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

Merge pull request #288910 from r-ryantm/auto-update/kubernetes-helm

kubernetes-helm: 3.14.0 -> 3.14.1
parents 00227ad4 200cff93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "kubernetes-helm";
  version = "3.14.0";
  version = "3.14.1";

  src = fetchFromGitHub {
    owner = "helm";
    repo = "helm";
    rev = "v${version}";
    sha256 = "sha256-xkMPROdhZ6mq839aMkpCvYIU8SVt48K0n17WnYFfQ+0=";
    sha256 = "sha256-J7hREQMPN1RrnPmOyK2XgfvbAH2dl2H5TopnH8fF1V8=";
  };
  vendorHash = "sha256-pYB9J7Zf6MApGpFL7HzqIDcC/vERiVE4z8SsipIeJ7c=";