Skip to content

Commit

Permalink
kubernetes-helm: 2.8.2 -> 2.9.0 (NixOS#40514)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq authored and xeji committed May 15, 2018
1 parent 977c207 commit 0edbc54
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 @@ -5,10 +5,10 @@ let
then "linux-amd64"
else "darwin-amd64";
checksum = if isLinux
then "1lr2s66kln6rp3sb156br9nfx51bdy654vdjr4vnncz4kp3mljv1"
else "04y4ii0w4s00z831q1wzxz6qkc8qfrhwzdrq3wwvrcl0413cza50";
then "0bnjpiivhsxhl45ab32vzf6crv4z8nbq5kcjkvlbcbswdbgp0pq6"
else "0smwhj4pmd4k7csz82akbkrkb0j2jxnmb33ifhkqw7n33jhl3aqp";
pname = "helm";
version = "2.8.2";
version = "2.9.0";
in
stdenv.mkDerivation {
name = "${pname}-${version}";
Expand Down

0 comments on commit 0edbc54

Please sign in to comment.