bosh-cli: 6.4.17 -> 7.0.1

This commit is contained in:
R. Ryantm 2022-07-07 20:56:26 +00:00
parent f49fe4a120
commit 10085937f4

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "6.4.17";
version = "7.0.1";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oVL7tBtdFJt6ktctSZiNZMd6g1LEWQ/Hra4rcGM6BnQ=";
sha256 = "sha256-CNicDFmWq2tgw3LEw8nOlwewY3cpzwS9ea4fxbwVJc0=";
};
vendorSha256 = null;