3
0
Fork 0
forked from mirrors/nixpkgs

bosh-cli: 6.4.6 -> 6.4.7

This commit is contained in:
R. RyanTM 2021-09-18 01:43:16 +00:00
parent a264515493
commit 693213da3e

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "6.4.6";
version = "6.4.7";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MNM8gyi7L00OSf2EIEQFAlH7oMrcZSubf6tWcgJJMeQ=";
sha256 = "sha256-uLzYRfH2wJB/ucYtZGjKi0K5FaiP3CyA85gJ8Ji3WHE=";
};
vendorSha256 = null;