go-containerregistry: 0.14.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2023-05-09 05:22:23 +00:00
parent edefe53eaa
commit 2c74bcf614

View File

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