mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
kubernetes-helm: 2.5.0 -> 2.5.1
This commit is contained in:
parent
206faacbcb
commit
cb3575bda7
1 changed files with 3 additions and 3 deletions
|
@ -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 "12dp2ggcjaqls4vrms21mvbphj8a8w156wmlqm19dppf6zsnxqxd"
|
then "1hkr5s1c72sqf156lk6gsnbfs75jnpqs42f64a7mz046c06kv98f"
|
||||||
else "1s3rhxfz663d255xc5ph6ndhb4x82baich8scyrgi84d7dxjx7mj";
|
else "00xw0c66x58g915989fc72mwliysxi5glrkdafi3gcfmlhrnc68i";
|
||||||
pname = "helm";
|
pname = "helm";
|
||||||
version = "2.5.0";
|
version = "2.5.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
Loading…
Reference in a new issue