docker-credential-gcr: 2.1.27 -> 2.1.28

This commit is contained in:
R. Ryantm
2025-04-19 05:45:46 +00:00
parent 3457f544d1
commit 5cac7922d2

View File

@@ -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 = ''