Skip to content

Commit a071035

Browse files
authored
credhub-cli: 2.9.40 -> 2.9.41 (NixOS#370776)
2 parents 4215e12 + 90d26ba commit a071035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cr/credhub-cli/package.nix

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

33
buildGoModule rec {
44
pname = "credhub-cli";
5-
version = "2.9.40";
5+
version = "2.9.41";
66

77
src = fetchFromGitHub {
88
owner = "cloudfoundry-incubator";
99
repo = "credhub-cli";
1010
rev = version;
11-
sha256 = "sha256-9W/rn56RM+ooq18jCH/5m54bxAQWzcDsjx7V6T0J/yU=";
11+
sha256 = "sha256-BALeQbc4RCIh4b7kLZYEWe+dtSvP0WkkbRqoRbGSGZE=";
1212
};
1313

1414
# these tests require network access that we're not going to give them

0 commit comments

Comments
 (0)