We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16a62c commit 90d26baCopy full SHA for 90d26ba
pkgs/by-name/cr/credhub-cli/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "credhub-cli";
5
- version = "2.9.40";
+ version = "2.9.41";
6
7
src = fetchFromGitHub {
8
owner = "cloudfoundry-incubator";
9
repo = "credhub-cli";
10
rev = version;
11
- sha256 = "sha256-9W/rn56RM+ooq18jCH/5m54bxAQWzcDsjx7V6T0J/yU=";
+ sha256 = "sha256-BALeQbc4RCIh4b7kLZYEWe+dtSvP0WkkbRqoRbGSGZE=";
12
};
13
14
# these tests require network access that we're not going to give them
0 commit comments