Skip to content

Commit

Permalink
Merge pull request #271530 from r-ryantm/auto-update/bosh-cli
Browse files Browse the repository at this point in the history
bosh-cli: 7.4.1 -> 7.5.0
  • Loading branch information
risicle authored Dec 3, 2023
2 parents d71187c + 56de34a commit 1fd9c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/bosh-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";

version = "7.4.1";
version = "7.5.0";

src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T8fPD0i15U/PzDOAVP0sifLYFHr76jD1o7q+nn+N0cY=";
sha256 = "sha256-LWfS722V0ubh4QaUNuGwrvFsVAzA9Hd5xLlDfTG0PBs=";
};
vendorHash = null;

Expand Down

0 comments on commit 1fd9c9c

Please sign in to comment.