helm-ls: 0.0.3 -> 0.0.4

This commit is contained in:
R. Ryantm 2023-06-17 16:48:01 +00:00
parent 9fce0f6550
commit 32161d359e

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.0.3";
version = "0.0.4";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-MiDbV+mfr1wcc0e0iwFPL8WniWKbPnr4zb79qniT2Kc=";
hash = "sha256-1hzAfmeHLjgvySrEVONnFG/UAEFVAYbUAYEgzOF29b0=";
};
vendorHash = "sha256-EqZlmOoQtC3Iuf0LG2PL0K2pluGqbyA6132lzgF4+ic=";
vendorHash = "sha256-hYEQUaE1njzs1Miv/ux7Yw6npLEUfcb/wKyL+j5Zrwg=";
nativeBuildInputs = [ installShellFiles ];