Skip to content

Commit

Permalink
Merge pull request #101779 from dbirks/update-helm
Browse files Browse the repository at this point in the history
kubernetes-helm: 3.3.4 -> 3.4.0
  • Loading branch information
marsam committed Oct 28, 2020
2 parents f175726 + a091ac5 commit 9fce5c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "helm";
version = "3.3.4";
version = "3.4.0";

src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "1b719kzchgis4imscgf6i7dvc1mq3ymgh5ganpb89kcs88qw3szj";
sha256 = "1z5s8c6yrc1v2y54lx2mbyz31schzpaz2r304m0wwxhn06p43sl0";
};
vendorSha256 = "0f8a0psvic923rh13f5041p7hr6w8dy9qxdw3l195yky5cf3fj6w";
vendorSha256 = "0vcvmbvfmj0bi5msjhy9qcqabiscjpfqpnb1lxy49mshs902qc14";

doCheck = false;

Expand Down

0 comments on commit 9fce5c7

Please sign in to comment.