go-containerregistry: 0.21.6 -> 0.21.9 (#532848)

This commit is contained in:
Weijia Wang
2026-08-17 06:47:26 +00:00
committed by GitHub

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;