go-containerregistry: 0.21.3 -> 0.21.4 (#507372)

This commit is contained in:
Nick Cao
2026-04-06 22:45:07 +00:00
committed by GitHub
@@ -15,13 +15,13 @@ in
buildGoModule (finalAttrs: {
pname = "go-containerregistry";
version = "0.21.3";
version = "0.21.4";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${finalAttrs.version}";
sha256 = "sha256-BfKiBjfL5th1TPpw6hpno04MffLnXmOVq7BsGUCkPT0=";
sha256 = "sha256-TODosgMYXR1StkRC/h5rn84I2R+e0dHnGJxmCisYDNk=";
};
vendorHash = null;