Skip to content

Commit

Permalink
cloudfoundry-cli: 6.46.1 -> 6.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 14, 2020
1 parent 0905a5d commit 5f1ff4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/cloudfoundry-cli/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "cloudfoundry-cli";
version = "6.46.1";
version = "6.51.0";

goPackagePath = "code.cloudfoundry.org/cli";

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "cloudfoundry";
repo = "cli";
rev = "v${version}";
sha256 = "0dqrkimwhw016icgyf4cyipzy6vdz5jgickm33xxd9018dh3ibwq";
sha256 = "189cqng7y12knqm4n1bfajbc2lx027rwb44wddmj5iya27i7fv8f";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 5f1ff4b

Please sign in to comment.