tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
credhub-cli: 2.9.44 -> 2.9.45
R. Ryantm
11 months ago
f4482d41
5525a6aa
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
cr
credhub-cli
package.nix
+2
-2
pkgs/by-name/cr/credhub-cli/package.nix
reviewed
···
6
6
7
7
buildGoModule rec {
8
8
pname = "credhub-cli";
9
9
-
version = "2.9.44";
9
9
+
version = "2.9.45";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "cloudfoundry-incubator";
13
13
repo = "credhub-cli";
14
14
rev = version;
15
15
-
sha256 = "sha256-5963iZ7fDNs+J96+GSoGcjKLCqu8u3obAWE9+9oEBGU=";
15
15
+
sha256 = "sha256-WOiUA2Bk6/ymV2wqPu4a4x0SL1TZXsZOTALta8ZMu6I=";
16
16
};
17
17
18
18
# these tests require network access that we're not going to give them