Unverified Commit 3998d525 authored by Alexander Sieg's avatar Alexander Sieg Committed by GitHub
Browse files
parent e3a2acd8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "15.7.3",
  "repo_hash": "sha256-uB9LC5S/zxb8fwwvLjKRkZ1DOVKLnjYKAE2LeHXdP5E=",
  "version": "15.7.5",
  "repo_hash": "sha256-zo1b82y114NpX43rJAWQmUhORM1kQxyiSnonqPUQJmY=",
  "yarn_hash": "086v3lr4hnz8z8pla1d3mi2smldidmx2z2cmffn830ianpqkk83l",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v15.7.3-ee",
  "rev": "v15.7.5-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "15.7.3",
    "GITLAB_PAGES_VERSION": "15.7.3",
    "GITALY_SERVER_VERSION": "15.7.5",
    "GITLAB_PAGES_VERSION": "15.7.5",
    "GITLAB_SHELL_VERSION": "14.14.0",
    "GITLAB_WORKHORSE_VERSION": "15.7.3"
    "GITLAB_WORKHORSE_VERSION": "15.7.5"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ let
    gemdir = ./.;
  };

  version = "15.7.3";
  version = "15.7.5";
  package_version = "v${lib.versions.major version}";
  gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

@@ -22,7 +22,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      sha256 = "sha256-AcEjwq5dcNsPc3wQJNU1oiGAAqWIFNk8868Xw5ZC/g8=";
      sha256 = "sha256-FT77MUcErc/16tChwyNczCLtADTOEzKKTsTlhLI6aV8=";
    };

    vendorSha256 = "sha256-UEEM0mv7d0gmDcsSKbeh4JcTnX4f5oogZnhRpqaNxwY=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "15.7.3";
  version = "15.7.5";

  src = fetchFromGitLab {
    owner = data.owner;