Skip to content

Commit

Permalink
cloudfoundry-cli: 8.7.9 -> 8.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 8, 2024
1 parent f6eb921 commit a314f1e
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 a314f1e

Please sign in to comment.