go-containerregistry: 0.20.6 -> 0.20.7

This commit is contained in:
R. Ryantm
2025-11-25 01:27:06 +00:00
parent de3255d9eb
commit 94fbe76f91
@@ -15,13 +15,13 @@ in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.20.6";
version = "0.20.7";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${version}";
sha256 = "sha256-fmn2SPmYecyKY7HMPjPKvovRS/Ez+SwDe+1maccq4Hc=";
sha256 = "sha256-UDLKdeQ2Nxf5MCruN4IYNGL0xOp8Em2d+wmXX+R9ow4=";
};
vendorHash = null;