helm-ls: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-06-12 04:07:36 +00:00
parent 1ebb027426
commit fa05fbd3d7
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-OxrPqDa2g5jmm+XtLE0YCnVhkvVK60xxrO49Gl8VT60=";
hash = "sha256-yiPHIr1jzzk4WFjGJjeroHJWY8zP3ArrJVzb4+dPm7I=";
};
vendorHash = "sha256-w/BWPbpSYum0SU8PJj76XiLUjTWO4zNQY+khuLRK0O8=";