regal: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2024-06-06 02:38:41 +00:00 committed by Yaya
parent 1d4335415b
commit 06db3a0dde

View File

@ -2,16 +2,16 @@
buildGoModule rec {
name = "regal";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "StyraInc";
repo = "regal";
rev = "v${version}";
hash = "sha256-3Q37ukeqf3n8UhriQNCWyRCgWOcxwO4TsNcsEnJn5eg=";
hash = "sha256-isivyYBxYinHQKfuLNyfXB1MNqdqNwu5iqsUd+WRwq8=";
};
vendorHash = "sha256-ejTBfoDYMt5Jpuq+uNgpdHCafR7IUVr8OFB84+m/ZFg=";
vendorHash = "sha256-I0aJFvJmmnxlqgeETOyg2/mjGX8lUJz99t56Qe+9uZg=";
meta = with lib; {
description = "a linter and language server for Rego";