go-containerregistry: 0.21.6 -> 0.21.9

This commit is contained in:
R. Ryantm
2026-08-10 09:25:47 +00:00
parent b5ffa231e5
commit 5e780a7986

View File

@@ -15,13 +15,13 @@ in
buildGoModule (finalAttrs: {
pname = "go-containerregistry";
version = "0.21.6";
version = "0.21.9";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${finalAttrs.version}";
sha256 = "sha256-qqtcvpxqvOG+zVGse5vCdxaA8tgH3WrKjfLUTRLxA7s=";
sha256 = "sha256-D4N8ONuhoajYwb0SOtvwbrxI/st86KI4YXd9X1moKKQ=";
};
vendorHash = null;