Unverified Commit 9a9129f9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

go-containerregistry: 0.15.1 -> 0.15.2
parents f2033711 e5cdd63f
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.1";
  version = "0.15.2";

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