go-containerregistry: 0.6.0 -> 0.8.0

main
06kellyjac 2 years ago
parent 45f987145a
commit 2366f0554e
  1. 4
      pkgs/development/tools/go-containerregistry/default.nix

@ -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;

Loading…
Cancel
Save