Merge pull request #166583 from 06kellyjac/go-containerregistry

go-containerregistry: 0.6.0 -> 0.8.0
This commit is contained in:
Mario Rodas 2022-04-14 05:58:05 -05:00 committed by GitHub
commit 67f3f06ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.6.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "0sk3g1i4w8sh40y1ffa61ap7jsscdvnhvh09k8nznydi465csbmq";
sha256 = "sha256-TbMx+DVIYzhQ50f7sDXfhQnT/U6U+G9GTUbtYSu4/KI=";
};
vendorSha256 = null;