Merge pull request #238299 from r-ryantm/auto-update/helm-ls

helm-ls: 0.0.3 -> 0.0.4
This commit is contained in:
Weijia Wang 2023-06-18 01:53:57 +03:00 committed by GitHub
commit a7e8934341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];