summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2018-09-07 22:01:15 +0200
committerAntoine Eiche <lewo@abesis.fr>2018-09-07 22:01:15 +0200
commit0b6da47fe322f9760b393b0c0f073b9b5d6d38a3 (patch)
tree08342e4332b7e8f8ee3e7ad558b2d2608f71c7b5 /pkgs/applications/networking/cluster/helm
parentb95454da654022df95c5a7439b6acd262aa6d2ee (diff)
kubernetes-helm: fix darwin hash
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index a84852f197dd..bd00404b536b 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -6,7 +6,7 @@ let
else "darwin-amd64";
checksum = if isLinux
then "1zig6ihmxcaw2wsbdd85yf1zswqcifw0hvbp1zws7r5ihd4yv8hg"
- else "1jzgy641hm3khj0bakfbr5wd5zl3s7w5jb622fjv2jxwmnv7dxiv";
+ else "1l8y9i8vhibhwbn5kn5qp722q4dcx464kymlzy2bkmhiqbxnnkkw";
pname = "helm";
version = "2.10.0";
in