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

go-containerregistry: 0.15.1 -> 0.15.2
This commit is contained in:
Nick Cao 2023-05-21 06:13:26 -06:00 committed by GitHub
commit 9a9129f9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yXIFPLuqyWaWgbGbGOuBwWg/KWM9vuMnXnTBcgluzhI=";
sha256 = "sha256-Bva962laaHJAHwiQAMPtOBkwqce1ww+sBGkjV1TjrwQ=";
};
vendorHash = null;