go-containerregistry: 0.20.3 -> 0.20.5

This commit is contained in:
R. Ryantm
2025-05-31 17:56:11 +02:00
committed by Wolfgang Walther
parent 0e9a65448c
commit 5a2139fd0e
@@ -14,13 +14,13 @@ in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.20.3";
version = "0.20.5";
src = fetchFromGitHub {
owner = "google";
repo = "go-containerregistry";
rev = "v${version}";
sha256 = "sha256-HiksVzVuY4uub7Lwfyh3GN8wpH2MgIjKSO4mQJZeNvs=";
sha256 = "sha256-t1OQpXn87OInOmqRx/oFrWkbVmE3nJX/OXH/13cq4CU=";
};
vendorHash = null;