cloudfoundry-cli: 6.46.1 -> 6.51.0

This commit is contained in:
R. RyanTM 2020-06-14 11:48:08 +00:00
parent 0905a5d990
commit 5f1ff4bf90

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "cloudfoundry-cli"; pname = "cloudfoundry-cli";
version = "6.46.1"; version = "6.51.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 = "0dqrkimwhw016icgyf4cyipzy6vdz5jgickm33xxd9018dh3ibwq"; sha256 = "189cqng7y12knqm4n1bfajbc2lx027rwb44wddmj5iya27i7fv8f";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];