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

go-containerregistry: 0.19.2 -> 0.20.0
This commit is contained in:
Nick Cao
2024-07-09 16:35:52 -04:00
committed by GitHub
@@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.19.2";
version = "0.20.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YxUw30gjpBO/dXSTcNa4F91u3F9pg/IQuVWjKDV5mLs=";
sha256 = "sha256-qImLnWDw7G4GPn+hj0gbgKwHAWQtXFdtBnEc9oxGcCw=";
};
vendorHash = null;