Unverified Commit 5e43b680 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

go-containerregistry: 0.21.4 -> 0.21.5 (#509937)

parents 425608b3 f0ecca75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ in

buildGoModule (finalAttrs: {
  pname = "go-containerregistry";
  version = "0.21.4";
  version = "0.21.5";

  src = fetchFromGitHub {
    owner = "google";
    repo = "go-containerregistry";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-TODosgMYXR1StkRC/h5rn84I2R+e0dHnGJxmCisYDNk=";
    sha256 = "sha256-2cC2fZe22K8mPIXa8YI1MgUlEn6p1z7RBEQhFjYNsxA=";
  };
  vendorHash = null;