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

bosh-cli: 7.5.6 -> 7.5.7
This commit is contained in:
Nick Cao 2024-05-21 18:55:04 -04:00 committed by GitHub
commit dc1ec873b0
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.6";
version = "7.5.7";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aw1iS7iAs8Xj7K7gTRp1bvq4po3Aq8zakm7FLKC0DEY=";
sha256 = "sha256-Ym4qSjLKT3b494IaxMAgrYHMWklHu7Vlc81nFRxAiOc=";
};
vendorHash = null;