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

bosh-cli: 6.4.3 -> 6.4.4
This commit is contained in:
Ryan Mulligan 2021-06-18 12:53:08 -07:00 committed by GitHub
commit dbd9eec6c9
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.3";
version = "6.4.4";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "1glxwk0fv52rjim7ihcxkjx19fsn9k7gzg9zmwxgx8wpsjrdcq3f";
sha256 = "sha256-N7GrxePNewxhHnkQP/XBdUIEL5FsFD4avouZaIO+BKc=";
};
vendorSha256 = null;