mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #67396 from risicle/ris-cf-cli-6.46.1
cloudfoundry-cli: 6.45.0 -> 6.46.1
This commit is contained in:
commit
a2db438582
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "cloudfoundry-cli-${version}";
|
name = "cloudfoundry-cli-${version}";
|
||||||
version = "6.45.0";
|
version = "6.46.1";
|
||||||
|
|
||||||
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 = "1nq78670limq8lydysadk0kb1r88w55fr8cqxqxw0zy58vy1jzr4";
|
sha256 = "0dqrkimwhw016icgyf4cyipzy6vdz5jgickm33xxd9018dh3ibwq";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeTarget = let hps = stdenv.hostPlatform.system; in
|
makeTarget = let hps = stdenv.hostPlatform.system; in
|
||||||
|
Loading…
Reference in New Issue
Block a user