Skip to content

Commit 17aedaf

Browse files
committedJul 7, 2017
kubernetes-helm: 2.4.1 -> 2.5.0
1 parent 941d83d commit 17aedaf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎pkgs/applications/networking/cluster/helm/default.nix

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ let
44
then "linux-amd64"
55
else "darwin-amd64";
66
checksum = if stdenv.isLinux
7-
then "0vjkcilxzwvkgcczcbq58nl2j17ddqiysxm5yl13agnmxzvxw6r2"
8-
else "1ga9gxzji48vhbaa0pkxd03h89zgjsbikbki9xla1qbvyvqjnw5g";
9-
7+
then "12dp2ggcjaqls4vrms21mvbphj8a8w156wmlqm19dppf6zsnxqxd"
8+
else "1s3rhxfz663d255xc5ph6ndhb4x82baich8scyrgi84d7dxjx7mj";
109
pname = "helm";
11-
version = "2.4.1";
10+
version = "2.5.0";
1211
in
1312
stdenv.mkDerivation {
1413
name = "${pname}-${version}";

0 commit comments

Comments
 (0)
Please sign in to comment.