credhub-cli: 2.9.52 -> 2.9.53

This commit is contained in:
R. Ryantm
2026-01-21 00:56:57 +00:00
parent 0fae44bd1d
commit 1aefcf3be4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.52";
version = "2.9.53";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-qTRRk7n8f5tC/uiBJgbZpd+tsoOPK5qTgZnqfwi5YlA=";
sha256 = "sha256-MbRk0O1WGzr7YLHSub9hLYDvJJacUcCXyg29AOqssxE=";
};
# these tests require network access that we're not going to give them