summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorMichaƫl Faille <michael.faille@omsignal.com>2017-12-06 12:46:20 -0500
committerOrivej Desh <orivej@gmx.fr>2017-12-17 05:05:52 +0000
commit8074a016fb1f10685047d0ff6e91e0b26a1d8af8 (patch)
tree69ee57cec7232176c16cfbd104ac0aac833251ea /pkgs/applications/networking/cluster/helm
parentfe9bf3ed23726289f1640c70f1640f38458137b2 (diff)
kubernetes-helm: 2.6.1 -> 2.7.2
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 6767a0bd7240..408019eeb4b2 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -4,10 +4,10 @@ let
then "linux-amd64"
else "darwin-amd64";
checksum = if stdenv.isLinux
- then "1i22givr52kgr76dd2azcg9avgh70wiw5dcpmmyychms2ynxi42y"
- else "0phhy3si86ilc6051zfgn8jnniy5lygf1r2gysjpcyfbrc5pw3hj";
+ then "9f04c4824fc751d6c932ae5b93f7336eae06e78315352aa80241066aa1d66c49"
+ else "5058142bcd6e16b7e01695a8f258d27ae0b6469caf227ddf6aa2181405e6aa8e";
pname = "helm";
- version = "2.6.1";
+ version = "2.7.2";
in
stdenv.mkDerivation {
name = "${pname}-${version}";