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

bosh-cli: 6.4.7 -> 6.4.15
This commit is contained in:
Robert Scott 2022-02-12 13:35:11 +00:00 committed by GitHub
commit 699ba03980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "6.4.7";
version = "6.4.15";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uLzYRfH2wJB/ucYtZGjKi0K5FaiP3CyA85gJ8Ji3WHE=";
sha256 = "sha256-3JPnXOpjHjBZMdOtggjSns4cKc7uffJS1RkTAKGxAVI=";
};
vendorSha256 = null;