summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorRichard Lupton <richard.lupton@gmail.com>2017-03-22 21:34:29 +0000
committerRichard Lupton <richard.lupton@gmail.com>2017-03-22 21:34:29 +0000
commit8eb87d0f1a1e26be3c4eb2c0cd6afa4abcc55b47 (patch)
tree80296e91623eeaa2c379b8092ea98eb24ef34c9a /pkgs/applications/networking/cluster/helm
parent040b86a96e8cc5125762f2b026734e9c760caad9 (diff)
kubernetes-helm: 2.1.3 -> 2.2.3
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index f54964571575..31ed8946529c 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -4,12 +4,12 @@ let
then "linux-amd64"
else "darwin-amd64";
checksum = if stdenv.isLinux
- then "8bb6f9d336ca7913556e463c5b65eb8d69778c518df2fab0d20be943fbf0efc1"
- else "94c9f2d511aec3d4b7dcc5f0ce6f846506169b4eb7235e1dc137d08edf408098";
+ then "fa434644d1afd92637369a033fd65b717d8dfa910127d335e8a82c8fad74cc35"
+ else "64420d467e03ceb666a4f22b89e08b93c06f76f5917fe539860b04cd5e5e515f";
in
stdenv.mkDerivation rec {
pname = "helm";
- version = "2.1.3";
+ version = "2.2.3";
name = "${pname}-${version}";
src = fetchurl {