Merge pull request #296034 from r-ryantm/auto-update/go-containerregistry
go-containerregistry: 0.19.0 -> 0.19.1
This commit is contained in:
commit
3bdaea5336
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-containerregistry";
|
pname = "go-containerregistry";
|
||||||
version = "0.19.0";
|
version = "0.19.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-9sKJM1QnQcGF9d5oT1YEoSeIlg0wh2VOQ6cC1QCrcgY=";
|
sha256 = "sha256-mHuxwIyPNUWuP4QmMyLMdRlpwSueyKkk9VezJ4Sv2Nw=";
|
||||||
};
|
};
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue