go-containerregistry: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm
2024-01-22 11:16:15 -06:00
committed by Eric Bailey
parent 0b127b71fa
commit da00cc3e65
@@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-spo8iRf3FqX7DyaTqIuiGOVrgv0PRqa05TQcanzB8FY=";
sha256 = "sha256-JL8OLL0dTvtk6gfzyCdQi+mSbcLZeklvQc/bC4L5+eE=";
};
vendorHash = null;