3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #230812 from r-ryantm/auto-update/go-containerregistry

go-containerregistry: 0.14.0 -> 0.15.1
This commit is contained in:
Weijia Wang 2023-05-09 12:17:08 +03:00 committed by GitHub
commit 6f886a1c42
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.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;