helm-ls: 0.1.0 -> 0.1.1 (#373077)

This commit is contained in:
Nick Cao
2025-01-12 10:23:25 -05:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-EuZbbeRssacrctIbxBbd2GOh8zgFi2OBRregfC88se0=";
hash = "sha256-pf/gC0jIrJUfU//uj+CGkUsNDVFeS6Wm4kx3Di9wpVI=";
};
vendorHash = "sha256-AWKCE2BZGVYcr6Pe8URQo11Xnr3sfgWWkm9v7vvILOo=";
vendorHash = "sha256-VAxmMDZIbbcGHoRL06oqWkDnWZBuweKyoCLSqItWHyg=";
nativeBuildInputs = [ installShellFiles ];