summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-02-08 18:05:04 -0500
committerTim Steinbach <tim@nequissimus.com>2018-02-08 18:05:04 -0500
commit78a17f5765f24ae24ee87224dad16862451295d2 (patch)
tree1923981e75e329d18b68b72cf6d9e71aebcedba7 /pkgs/applications
parentd21a31f15cd9d8028c0f027e5922230bc7f4f59d (diff)
downloadnixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar.gz
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar.bz2
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar.lz
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar.xz
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.tar.zst
nixlib-78a17f5765f24ae24ee87224dad16862451295d2.zip
helm: 2.7.2 -> 2.8.0
Diffstat (limited to 'pkgs/applications')
-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 f9548ce87f74..173402144ccc 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 "9f04c4824fc751d6c932ae5b93f7336eae06e78315352aa80241066aa1d66c49"
-             else "5058142bcd6e16b7e01695a8f258d27ae0b6469caf227ddf6aa2181405e6aa8e";
+             then "19sbvpll947y4dxn2dj26by2bwhcxa5nbkrq7x3cikn7z5bmj7vf"
+             else "0jllj13jv8yil6iqi4xcs5v4z388h7i7hcnv98gc14spkyjshf3d";
   pname = "helm";
-  version = "2.7.2";
+  version = "2.8.0";
 in
 stdenv.mkDerivation {
   name = "${pname}-${version}";