regols: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2024-07-28 15:27:11 +00:00
parent a5b2fe7374
commit acb853e12e
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "regols";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "kitagry";
repo = "regols";
rev = "v${version}";
hash = "sha256-nZ0zBCZXVY2AqzsBWm/HOp9wO7Cj1AsSgpi6YwmhfHY=";
hash = "sha256-1L9ehqTMN9KHlvE7FBccVAXA7f3NNsLXJaTkOChT8Xo=";
};
vendorHash = "sha256-LQdYmsof4CRDBz65Q/YDl+Ll77fvAR/CV/P2RK8a0Lg=";
vendorHash = "sha256-yJYWVQq6pbLPdmK4BVse6moMkurlmt6TBd6/vYM1xcU=";
meta = with lib; {
description = "OPA Rego language server";