Merge pull request #263281 from r-ryantm/auto-update/credhub-cli

credhub-cli: 2.9.19 -> 2.9.22

authored by Nick Cao and committed by GitHub 4fd70ddf 6d259dd4

+2 -2
+2 -2
pkgs/tools/admin/credhub-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "credhub-cli"; 5 - version = "2.9.19"; 5 + version = "2.9.22"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloudfoundry-incubator"; 9 9 repo = "credhub-cli"; 10 10 rev = version; 11 - sha256 = "sha256-7Bmw3rJbb+Ae6gvVROz7hADDrGr8eiZX6g+ZpWSd99k="; 11 + sha256 = "sha256-snQLZ/bHYDdC62Ti1E4zUmBHR8TtrKCx0BC2i6GAfdE="; 12 12 }; 13 13 14 14 # these tests require network access that we're not going to give them