helm: 2.7.2 -> 2.8.0

This commit is contained in:
Tim Steinbach 2018-02-08 18:05:04 -05:00
parent d21a31f15c
commit 78a17f5765
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -4,10 +4,10 @@ let
then "linux-amd64" then "linux-amd64"
else "darwin-amd64"; else "darwin-amd64";
checksum = if stdenv.isLinux checksum = if stdenv.isLinux
then "9f04c4824fc751d6c932ae5b93f7336eae06e78315352aa80241066aa1d66c49" then "19sbvpll947y4dxn2dj26by2bwhcxa5nbkrq7x3cikn7z5bmj7vf"
else "5058142bcd6e16b7e01695a8f258d27ae0b6469caf227ddf6aa2181405e6aa8e"; else "0jllj13jv8yil6iqi4xcs5v4z388h7i7hcnv98gc14spkyjshf3d";
pname = "helm"; pname = "helm";
version = "2.7.2"; version = "2.8.0";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "${pname}-${version}"; name = "${pname}-${version}";