lol

credhub-cli: 2.9.48 -> 2.9.49 (#435711)

authored by

Paul Meyer and committed by
GitHub
cfc467f6 2bcc18d0

+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.48"; 9 + version = "2.9.49"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "cloudfoundry-incubator"; 13 13 repo = "credhub-cli"; 14 14 rev = version; 15 - sha256 = "sha256-jZmnun7EkCWiWq8i+9cgn/2ffxt9VbVf0DxYHKgwNqg="; 15 + sha256 = "sha256-Ilb/iieB+TCCXUPzTh6TxJtox0sicWXCUBI1SuHNsUQ="; 16 16 }; 17 17 18 18 # these tests require network access that we're not going to give them