Unverified Commit 5bce2b52 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

helm-ls: 0.0.5 -> 0.0.6
parents 4abbfae0 ab32d2ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

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

  vendorHash = "sha256-wMYrgAgAEgwfjMLP81H0cKWm/kh63ppDkSiymfsaj7U=";