go-containerregistry: 0.21.4 -> 0.21.5 (#509937)

This commit is contained in:
Nick Cao
2026-04-14 18:39:44 +00:00
committed by GitHub
@@ -15,13 +15,13 @@ in
buildGoModule (finalAttrs: {
pname = "go-containerregistry";
version = "0.21.4";
version = "0.21.5";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${finalAttrs.version}";
sha256 = "sha256-TODosgMYXR1StkRC/h5rn84I2R+e0dHnGJxmCisYDNk=";
sha256 = "sha256-2cC2fZe22K8mPIXa8YI1MgUlEn6p1z7RBEQhFjYNsxA=";
};
vendorHash = null;