Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #92326 from r-ryantm/auto-update/helm
Browse files Browse the repository at this point in the history
kubernetes-helm: 3.2.1 -> 3.2.4
  • Loading branch information
ryantm committed Jul 5, 2020
2 parents 0b2875b + 0cc670a commit a8eeae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/helm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "helm";
version = "3.2.1";
version = "3.2.4";

src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "1453qkd9s4z4r0xzmv8ym7qfg33szf6gizfkb5zxj590fcbsgnd7";
sha256 = "1plpk8qnv11d47qz93h57abjchyp6ahgyazyp0c6rv24vb9fp9zi";
};
vendorSha256 = "0j25m56cwzjd9b75v7xlb26q81bsmln77k23h9n8v2f2gqwwpkrl";

Expand Down

0 comments on commit a8eeae9

Please sign in to comment.