Skip to content

Commit

Permalink
Merge pull request #264807 from timhae/updates/helm-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Nov 1, 2023
2 parents 5a10a0a + f59d031 commit b8fe606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/language-servers/helm-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "helm-ls";
version = "0.0.6";
version = "0.0.7";

src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-dNF0Q/jat2YE/3ZEKqJVX+4+iizJIV25U9U3e+2bfUM=";
hash = "sha256-XTY32B0RkLcZxTuKWUtZlrrUARkoT2+qYkL8Amai2cE=";
};

vendorHash = "sha256-wMYrgAgAEgwfjMLP81H0cKWm/kh63ppDkSiymfsaj7U=";
Expand Down

0 comments on commit b8fe606

Please sign in to comment.