Commit 2edb9579 authored by R. RyanTM's avatar R. RyanTM
Browse files

go-containerregistry: 0.21.3 -> 0.21.4

parent eca6229e
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.3";
  version = "0.21.4";

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