helm-ls: 0.2.2 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-06-01 20:29:16 +00:00
parent 769e9c24f7
commit a0127a902d
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-NI9qtbt0Ci300DhDR+yjFThTGLXKrbsc1wuLPpC1l9o=";
hash = "sha256-OxrPqDa2g5jmm+XtLE0YCnVhkvVK60xxrO49Gl8VT60=";
};
vendorHash = "sha256-1BO/0Ous4mclainPV+nqk5K+tHKgRnaxMtsI4xAhZF4=";
vendorHash = "sha256-w/BWPbpSYum0SU8PJj76XiLUjTWO4zNQY+khuLRK0O8=";
nativeBuildInputs = [ installShellFiles ];