Merge pull request #333989 from r-ryantm/auto-update/go-containerregistry

go-containerregistry: 0.20.1 -> 0.20.2
This commit is contained in:
Nick Cao 2024-08-13 16:18:46 -04:00 committed by GitHub
commit 30c8d9f7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tuczn/tfCNnli3J6RlGV1ITfLV60Il8UG1lplX/zLmM=";
sha256 = "sha256-5f5zheFPSKmpUaVmcAfeZgFSDu3rvdtQh8mau9jdqz4=";
};
vendorHash = null;