Skip to content

Commit

Permalink
Merge pull request #302499 from r-ryantm/auto-update/cloudfoundry-cli
Browse files Browse the repository at this point in the history
cloudfoundry-cli: 8.7.9 -> 8.7.10
  • Loading branch information
risicle committed Apr 13, 2024
2 parents 92aece7 + a314f1e commit 14b1352
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "cloudfoundry-cli";
version = "8.7.9";
version = "8.7.10";

src = fetchFromGitHub {
owner = "cloudfoundry";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-uFYeiw2hdX25mUBdudNCC4ZuFEoWyfghWmQR8IsQy+w=";
sha256 = "sha256-hzXNaaL6CLVRIy88lCJ87q0V6A+ld1GPDcUagsvMXY0=";
};
vendorHash = "sha256-lvSo8kl2du6Sv7zY3uheXaO6Qg+nblW0jpp2q8+1vyk=";
vendorHash = "sha256-zDE+9OsnX3S7SPTVW3hR1rO++6Wdk00zy2msu+jUNlw=";

subPackages = [ "." ];

Expand Down

0 comments on commit 14b1352

Please sign in to comment.