helm-ls: 0.0.19 -> 0.0.20

This commit is contained in:
R. Ryantm
2024-08-03 14:31:16 +00:00
parent 54770984fc
commit 9775520308
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.0.19";
version = "0.0.20";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-mG3H7XvvXtckMjCSWkj1DqoJTUwVVQU02IQj7za1USw=";
hash = "sha256-E2I4gEcJQ1NJqpN5rJGyFuj/KfjJC4bG/5Ei9gjIKCY=";
};
vendorHash = "sha256-jGC8JNlorw0FSc0HhFdUVZJDCNaX4PWPaFKRklufIsQ=";