Merge pull request #64420 from risicle/ris-cf-cli-6.45.0
cloudfoundry-cli: 6.41.0 -> 6.45.0 (fixes CVE-2019-3781)
This commit is contained in:
commit
d90215a12b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "cloudfoundry-cli-${version}";
|
name = "cloudfoundry-cli-${version}";
|
||||||
version = "6.41.0";
|
version = "6.45.0";
|
||||||
|
|
||||||
goPackagePath = "code.cloudfoundry.org/cli";
|
goPackagePath = "code.cloudfoundry.org/cli";
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ buildGoPackage rec {
|
||||||
owner = "cloudfoundry";
|
owner = "cloudfoundry";
|
||||||
repo = "cli";
|
repo = "cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1dkd0lfq55qpnxsrigffaqm2nlcxr0bm0jsl4rsjlmb8p2vgpx8b";
|
sha256 = "1nq78670limq8lydysadk0kb1r88w55fr8cqxqxw0zy58vy1jzr4";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeTarget = let hps = stdenv.hostPlatform.system; in
|
makeTarget = let hps = stdenv.hostPlatform.system; in
|
||||||
|
|
Loading…
Reference in New Issue