bosh-cli: 6.4.17 -> 7.0.1

main
R. Ryantm 2 years ago
parent f49fe4a120
commit 10085937f4
  1. 4
      pkgs/applications/networking/cluster/bosh-cli/default.nix

@ -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;

Loading…
Cancel
Save