go-containerregistry: 0.20.2 -> 0.20.3 (#374190)

This commit is contained in:
Nick Cao
2025-01-16 10:07:23 -05:00
committed by GitHub
@@ -14,13 +14,13 @@ in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5f5zheFPSKmpUaVmcAfeZgFSDu3rvdtQh8mau9jdqz4=";
sha256 = "sha256-HiksVzVuY4uub7Lwfyh3GN8wpH2MgIjKSO4mQJZeNvs=";
};
vendorHash = null;