Skip to content

Commit

Permalink
helm: 2.7.2 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 8, 2018
1 parent d21a31f commit 78a17f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helm/default.nix
Expand Up @@ -4,10 +4,10 @@ let
then "linux-amd64"
else "darwin-amd64";
checksum = if stdenv.isLinux
then "9f04c4824fc751d6c932ae5b93f7336eae06e78315352aa80241066aa1d66c49"
else "5058142bcd6e16b7e01695a8f258d27ae0b6469caf227ddf6aa2181405e6aa8e";
then "19sbvpll947y4dxn2dj26by2bwhcxa5nbkrq7x3cikn7z5bmj7vf"
else "0jllj13jv8yil6iqi4xcs5v4z388h7i7hcnv98gc14spkyjshf3d";
pname = "helm";
version = "2.7.2";
version = "2.8.0";
in
stdenv.mkDerivation {
name = "${pname}-${version}";
Expand Down

0 comments on commit 78a17f5

Please sign in to comment.