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

helm-ls: 0.0.4 -> 0.0.5

authored by figsoda and committed by GitHub de8105e7 ca394376

+3 -3
+3 -3
pkgs/development/tools/language-servers/helm-ls/default.nix
··· 8 9 buildGoModule rec { 10 pname = "helm-ls"; 11 - version = "0.0.4"; 12 13 src = fetchFromGitHub { 14 owner = "mrjosh"; 15 repo = "helm-ls"; 16 rev = "v${version}"; 17 - hash = "sha256-1hzAfmeHLjgvySrEVONnFG/UAEFVAYbUAYEgzOF29b0="; 18 }; 19 20 - vendorHash = "sha256-hYEQUaE1njzs1Miv/ux7Yw6npLEUfcb/wKyL+j5Zrwg="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
··· 8 9 buildGoModule rec { 10 pname = "helm-ls"; 11 + version = "0.0.5"; 12 13 src = fetchFromGitHub { 14 owner = "mrjosh"; 15 repo = "helm-ls"; 16 rev = "v${version}"; 17 + hash = "sha256-GRnE9GC9pIcOfcVtlqx/yCkQz9rmxpkAfRGa6GZBzJE="; 18 }; 19 20 + vendorHash = "sha256-wMYrgAgAEgwfjMLP81H0cKWm/kh63ppDkSiymfsaj7U="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23