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