Merge pull request #127403 from NixOS/backport-127159-to-release-21.05

[Backport release-21.05] bosh-cli: 6.4.3 -> 6.4.4
This commit is contained in:
Robert Scott
2021-06-18 21:47:05 +01:00
committed by GitHub

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;