about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorEric Bailey <yurrriq@users.noreply.github.com>2018-05-15 17:25:29 -0500
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-16 00:25:29 +0200
commit0edbc54b4f0429275b24e54cf51f01b0bf8bea25 (patch)
tree4405ebe6e94e1223a50252ae1fa113a9a4edc08d /pkgs/applications/networking/cluster/helm
parent977c207f2295b0b17cb6fbf97c9c6c7656977e11 (diff)
downloadnixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar.gz
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar.bz2
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar.lz
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar.xz
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.tar.zst
nixlib-0edbc54b4f0429275b24e54cf51f01b0bf8bea25.zip
kubernetes-helm: 2.8.2 -> 2.9.0 (#40514)
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 a49ff486d961..ae9dc3bbc34a 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -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}";