Merge pull request #296303 from r-ryantm/auto-update/bosh-cli

bosh-cli: 7.5.4 -> 7.5.5
This commit is contained in:
Robert Scott 2024-03-16 15:22:57 +00:00 committed by GitHub
commit 871dcd8565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.5.4";
version = "7.5.5";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aNzKp7QwyhC/ado0NrCyxrRZu+ePGBNSq31/Iw6k6n0=";
sha256 = "sha256-LjqMCkEIl+0psxIys/tvJPkEQqDRzLOsaFUfAVG+RrE=";
};
vendorHash = null;