nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

credhub-cli: 2.9.44 -> 2.9.45

R. Ryantm f4482d41 5525a6aa

+2 -2
+2 -2
pkgs/by-name/cr/credhub-cli/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "credhub-cli"; 9 - version = "2.9.44"; 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 - sha256 = "sha256-5963iZ7fDNs+J96+GSoGcjKLCqu8u3obAWE9+9oEBGU="; 15 + sha256 = "sha256-WOiUA2Bk6/ymV2wqPu4a4x0SL1TZXsZOTALta8ZMu6I="; 16 16 }; 17 17 18 18 # these tests require network access that we're not going to give them