summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 18:33:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 18:33:20 -0700
commitdd74f16b366a9d8d2e4e3e806fb8ab57016965cc (patch)
tree42a243dd946e9a7203a47f6c30ff47e6cfadeb0d /pkgs/applications/networking/cluster/helm
parent6767396e380b39128e5decf30d6cb87481a75490 (diff)
kubernetes-helm: 2.9.1 -> 2.10.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from helm
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index d09e65a4caae..a84852f197dd 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 "1fk6w6sajdi6iphxrzi9r7xfyaf923nxcqnl01s6x3f611fjvbjn"
+ then "1zig6ihmxcaw2wsbdd85yf1zswqcifw0hvbp1zws7r5ihd4yv8hg"
else "1jzgy641hm3khj0bakfbr5wd5zl3s7w5jb622fjv2jxwmnv7dxiv";
pname = "helm";
- version = "2.9.1";
+ version = "2.10.0";
in
stdenv.mkDerivation {
name = "${pname}-${version}";