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

credhub-cli: 2.9.13 -> 2.9.14

authored by figsoda and committed by GitHub c8d358b3 5c27dc43

+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.13"; 5 + version = "2.9.14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloudfoundry-incubator"; 9 9 repo = "credhub-cli"; 10 10 rev = version; 11 - sha256 = "sha256-6ZTuWlF+yPDfvCLJpfOyRgikCzG1vcMP983/MWZdchM="; 11 + sha256 = "sha256-3RVVbZ3UvtM9JSGbjzC6bLq2DwQAOzF/lMaE74Cft2g="; 12 12 }; 13 13 14 14 # these tests require network access that we're not going to give them