go-containerregistry: 0.19.2 -> 0.20.0

This commit is contained in:
R. Ryantm
2024-07-09 06:56:19 +00:00
parent 655a58a72a
commit 3955bd9bf1
@@ -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;