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