Unverified Commit 896fc681 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

go-containerregistry: 0.15.2 -> 0.16.1
parents 48d35f10 4c54c5ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ let bins = [ "crane" "gcrane" ]; in

buildGoModule rec {
  pname = "go-containerregistry";
  version = "0.15.2";
  version = "0.16.1";

  src = fetchFromGitHub {
    owner = "google";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Bva962laaHJAHwiQAMPtOBkwqce1ww+sBGkjV1TjrwQ=";
    sha256 = "sha256-uqTWeA449MhHFWJwyqJgLsQHvjfk46S1YA+Yss5muSk=";
  };
  vendorHash = null;