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

bosh-cli: 6.4.15 -> 6.4.16
This commit is contained in:
Robert Scott 2022-02-17 23:39:32 +00:00 committed by GitHub
commit 33df3179ae
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.15";
version = "6.4.16";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3JPnXOpjHjBZMdOtggjSns4cKc7uffJS1RkTAKGxAVI=";
sha256 = "sha256-yjW0XlMXa1MyNIud3uGm7RNj47B4Bp3DK9tvBrfqkoA=";
};
vendorSha256 = null;