Unverified Commit 3bc0d8ac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

helm-ls: 0.0.17 -> 0.0.18
parents f51928de 4b881d3d
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.17";
  version = "0.0.18";

  src = fetchFromGitHub {
    owner = "mrjosh";
    repo = "helm-ls";
    rev = "v${version}";
    hash = "sha256-c72QFlsCPBW4biTMh1nxQIEkKPjmSmxOD93Kzduswyo=";
    hash = "sha256-nOb7hoUOQfmpCYqui+hw5hcL/pURvsMXlksa8KUBjSY=";
  };

  vendorHash = "sha256-jGC8JNlorw0FSc0HhFdUVZJDCNaX4PWPaFKRklufIsQ=";