docker-credential-helpers: 0.9.7 -> 0.9.8 (#529670)

This commit is contained in:
Alexis Hildebrandt 2026-07-06 10:57:47 +00:00 committed by GitHub
commit 5a8fb61e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "docker-credential-helpers";
version = "0.9.7";
version = "0.9.8";
src = fetchFromGitHub {
owner = "docker";
repo = "docker-credential-helpers";
rev = "v${version}";
sha256 = "sha256-HgioRk6qz9H9KD0JWcYg2bIpqHZxnPHYc3idxMUKuD8=";
sha256 = "sha256-xioDtn0/4CZytaUhRXb2T5DHnP/yWdXPeNTQoKf9AoA=";
};
vendorHash = null;