go-containerregistry: 0.21.5 -> 0.21.6 (#521720)

This commit is contained in:
Nick Cao
2026-05-18 22:23:24 +00:00
committed by GitHub
@@ -15,13 +15,13 @@ in
buildGoModule (finalAttrs: {
pname = "go-containerregistry";
version = "0.21.5";
version = "0.21.6";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${finalAttrs.version}";
sha256 = "sha256-2cC2fZe22K8mPIXa8YI1MgUlEn6p1z7RBEQhFjYNsxA=";
sha256 = "sha256-qqtcvpxqvOG+zVGse5vCdxaA8tgH3WrKjfLUTRLxA7s=";
};
vendorHash = null;