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

helm-ls: 0.0.15 -> 0.0.16

authored by Nick Cao and committed by GitHub e5726dbd 6fd7d682

+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.15"; 12 13 src = fetchFromGitHub { 14 owner = "mrjosh"; 15 repo = "helm-ls"; 16 rev = "v${version}"; 17 - hash = "sha256-RRpPmpwEHrORVVXn3mVgGcOAI7nmyrl+gwIuGXAZglY="; 18 }; 19 20 - vendorHash = "sha256-pV1FYhBLP0goetSr9v9iqXbeFTUHLdiIQ3ixqOsmp+Q="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
··· 8 9 buildGoModule rec { 10 pname = "helm-ls"; 11 + version = "0.0.16"; 12 13 src = fetchFromGitHub { 14 owner = "mrjosh"; 15 repo = "helm-ls"; 16 rev = "v${version}"; 17 + hash = "sha256-y4FYcago8tVK4ru6tLizEgOLsMuryFmJUa2D8fXulDg="; 18 }; 19 20 + vendorHash = "sha256-ZeJeLpuac8ecKCOv2gXpT/P4GBFstB6lUaKOhQKFRAE="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23