summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-04 12:44:03 -0700
committerlewo <lewo@abesis.fr>2018-10-04 21:44:03 +0200
commit07ace1d24e42fae33fa76ff135072f7c5989ab8d (patch)
treea281e7e153c324ed16a8d4d7d7f468479e980052 /pkgs/applications/networking
parentc9717dd29e8cd9fcaaa7cbfb25326e99d886047e (diff)
downloadnixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar.gz
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar.bz2
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar.lz
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar.xz
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.tar.zst
nixpkgs-07ace1d24e42fae33fa76ff135072f7c5989ab8d.zip
kubernetes-helm: 2.10.0 -> 2.11.0
* kubernetes-helm: 2.10.0 -> 2.11.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helm/versions

* kubernetes-helm: 2.10.0 -> 2.11.0 (fix darwin hash)
Diffstat (limited to 'pkgs/applications/networking')
-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 bd00404b536..72ab44e1934 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 "1zig6ihmxcaw2wsbdd85yf1zswqcifw0hvbp1zws7r5ihd4yv8hg"
-             else "1l8y9i8vhibhwbn5kn5qp722q4dcx464kymlzy2bkmhiqbxnnkkw";
+             then "18bk4zqdxdrdcl34qay5mpzzywy9srmpz3mm91l0za6nhqapb902"
+             else "03xb73769awc6dpvz86nqm9fbgp3yrw30kf5lphf76klk2ii66sm";
   pname = "helm";
-  version = "2.10.0";
+  version = "2.11.0";
 in
 stdenv.mkDerivation {
   name = "${pname}-${version}";