Skip to content

Commit 5112918

Browse files
authored
cloudfoundry-cli: 8.9.0 -> 8.10.0 (#385140)
2 parents 1265458 + bf9fb47 commit 5112918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cloudfoundry-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoModule rec {
44
pname = "cloudfoundry-cli";
5-
version = "8.9.0";
5+
version = "8.10.0";
66

77
src = fetchFromGitHub {
88
owner = "cloudfoundry";
99
repo = "cli";
1010
rev = "v${version}";
11-
sha256 = "sha256-tQC2XgFj7ev0HIVK7acjXA02MW6MCY/mp5Bue2qdO0k=";
11+
sha256 = "sha256-ZSYqTERS724L7Twv2rzpjl/ss719eEyP6KJlAjU4Lm4=";
1212
};
13-
vendorHash = "sha256-vxX8SJjNtjp4bGEM1Fty8b5XeaDCEVQ1PYfU51wMG88=";
13+
vendorHash = "sha256-IyPTsVQSHXiMsF3N0b6udnV4EY5nTIyBx4zGM/2SL/c=";
1414

1515
subPackages = [ "." ];
1616

0 commit comments

Comments
 (0)