credhub-cli: 2.9.49 -> 2.9.50 (#445338)

authored by Nick Cao and committed by GitHub 514fadce d6cf13d7

+2 -2
+2 -2
pkgs/by-name/cr/credhub-cli/package.nix
··· 6 7 buildGoModule rec { 8 pname = "credhub-cli"; 9 - version = "2.9.49"; 10 11 src = fetchFromGitHub { 12 owner = "cloudfoundry-incubator"; 13 repo = "credhub-cli"; 14 rev = version; 15 - sha256 = "sha256-Ilb/iieB+TCCXUPzTh6TxJtox0sicWXCUBI1SuHNsUQ="; 16 }; 17 18 # these tests require network access that we're not going to give them
··· 6 7 buildGoModule rec { 8 pname = "credhub-cli"; 9 + version = "2.9.50"; 10 11 src = fetchFromGitHub { 12 owner = "cloudfoundry-incubator"; 13 repo = "credhub-cli"; 14 rev = version; 15 + sha256 = "sha256-+Y+PmnCQCCpGvThzbW6byquwFx3Pz96Je0+yWWMh3BQ="; 16 }; 17 18 # these tests require network access that we're not going to give them