Unverified Commit 8f448271 authored by Yaya's avatar Yaya Committed by GitHub
Browse files

gitlab-container-registry: 3.74.0 -> 3.76.0 (#237535)

parent 5567e38a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-container-registry";
  version = "3.74.0";
  version = "3.76.0";
  rev = "v${version}-gitlab";

  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "container-registry";
    inherit rev;
    sha256 = "sha256-fwMu45OFfNgFgMyQFWfvmM3Qv+co1ofsZLL44OoW9Wo=";
    sha256 = "sha256-A9c7c/CXRs5mYSvDOdHkYOYkl+Qm6M330TBUeTnegBs=";
  };

  vendorHash = "sha256-9rO2GmoFZrNA3Udaktn8Ek9uM8EEoc0I3uv4UEq1c1k=";