docker-credential-gcr: 2.1.27 -> 2.1.28 (#399967)

This commit is contained in:
Nick Cao
2025-04-20 09:43:37 -04:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "docker-credential-gcr";
version = "2.1.27";
version = "2.1.28";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "docker-credential-gcr";
tag = "v${version}";
hash = "sha256-WoTbqqbFoIS525uytYAYmzrFbRYBi1C65Z5EDwzu6GI=";
hash = "sha256-8aFkafSsn8BZz6tB3wh2OqQA6E10NyY3J1XqNgelk+A=";
};
postPatch = ''