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

go-containerregistry: 0.19.0 -> 0.19.1
This commit is contained in:
Nick Cao 2024-03-15 13:31:42 -04:00 committed by GitHub
commit 3bdaea5336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
buildGoModule rec {
pname = "go-containerregistry";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9sKJM1QnQcGF9d5oT1YEoSeIlg0wh2VOQ6cC1QCrcgY=";
sha256 = "sha256-mHuxwIyPNUWuP4QmMyLMdRlpwSueyKkk9VezJ4Sv2Nw=";
};
vendorHash = null;