mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #25461 from benley/helm-2.3.1
kubernetes-helm: 2.2.3 -> 2.3.1
This commit is contained in:
commit
39f571f6c7
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ let
|
||||||
then "linux-amd64"
|
then "linux-amd64"
|
||||||
else "darwin-amd64";
|
else "darwin-amd64";
|
||||||
checksum = if stdenv.isLinux
|
checksum = if stdenv.isLinux
|
||||||
then "fa434644d1afd92637369a033fd65b717d8dfa910127d335e8a82c8fad74cc35"
|
then "17fya0d1v2w44df5n5xb99vr8qjbnbfjvicsi9p7yz4iz2mcymd6"
|
||||||
else "64420d467e03ceb666a4f22b89e08b93c06f76f5917fe539860b04cd5e5e515f";
|
else "0299ffws37d60wim8kvdp4xrvqxa93sggrprgrsiclcp8bab0dcr";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "helm";
|
pname = "helm";
|
||||||
version = "2.2.3";
|
version = "2.3.1";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue