bosh-cli: 6.4.15 -> 6.4.16

This commit is contained in:
R. Ryantm 2022-02-16 04:37:39 +00:00
parent c374a5dd49
commit 0d09c8a21c

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;