go-containerregistry: 0.21.5 -> 0.21.6

This commit is contained in:
R. Ryantm
2026-05-18 20:55:31 +00:00
parent 3570433a71
commit 64eca79e41
@@ -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;