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