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

bosh-cli: 7.5.5 -> 7.5.6
This commit is contained in:
Weijia Wang 2024-04-13 23:44:55 +02:00 committed by GitHub
commit 495d9bd7ad
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.5";
version = "7.5.6";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LjqMCkEIl+0psxIys/tvJPkEQqDRzLOsaFUfAVG+RrE=";
sha256 = "sha256-aw1iS7iAs8Xj7K7gTRp1bvq4po3Aq8zakm7FLKC0DEY=";
};
vendorHash = null;