go-containerregistry: 0.21.3 -> 0.21.4

This commit is contained in:
R. Ryantm
2026-04-06 20:25:48 +00:00
parent eca6229ec0
commit 2edb9579a9
@@ -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;