go-containerregistry: 0.19.1 -> 0.19.2

This commit is contained in:
R. Ryantm 2024-06-15 13:51:00 +00:00
parent a77cad1352
commit 8b84258fb7

View File

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