helm-ls: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm
2025-05-15 01:35:45 +00:00
parent 234f1c87f8
commit 882e78826b
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-+OS4B85Eu5iVFrXYOxMia5WE+GTAnvQpSdZv81scDTA=";
hash = "sha256-NI9qtbt0Ci300DhDR+yjFThTGLXKrbsc1wuLPpC1l9o=";
};
vendorHash = "sha256-1BO/0Ous4mclainPV+nqk5K+tHKgRnaxMtsI4xAhZF4=";