go-containerregistry: 0.16.1 -> 0.17.0

This commit is contained in:
R. Ryantm 2023-12-15 11:34:35 +00:00
parent 73b3a1450f
commit a633fd177a

View File

@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uqTWeA449MhHFWJwyqJgLsQHvjfk46S1YA+Yss5muSk=";
sha256 = "sha256-spo8iRf3FqX7DyaTqIuiGOVrgv0PRqa05TQcanzB8FY=";
};
vendorHash = null;