Commit 61d815a2 authored by Yaya's avatar Yaya
Browse files

gitlab: 17.2.2 -> 17.2.4

parent 2b97f5f5
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "17.2.2",
  "repo_hash": "1gk29bwd6vzikjg28p30wgdq9a46l4qbnac5r0h2mwih1sm8hlbc",
  "version": "17.2.4",
  "repo_hash": "0hj1v7w68axzdy2lwwc320zpg2r2qv2f9rl23yisni6975p03ayi",
  "yarn_hash": "10y540bxwaz355p9r4q34199aibadrd5p4d9ck2y3n6735k0hm74",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v17.2.2-ee",
  "rev": "v17.2.4-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "17.2.2",
    "GITLAB_PAGES_VERSION": "17.2.2",
    "GITALY_SERVER_VERSION": "17.2.4",
    "GITLAB_PAGES_VERSION": "17.2.4",
    "GITLAB_SHELL_VERSION": "14.37.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
    "GITLAB_WORKHORSE_VERSION": "17.2.2"
    "GITLAB_WORKHORSE_VERSION": "17.2.4"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

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

@@ -20,7 +20,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-4K0unlvhAnTIiuyRUNm0dXG5sJsxIuo8HkUQvUK7ws4=";
      hash = "sha256-Y+Yi5kH/0s+yMuD/90Tdxeshp9m0Mrx080jmWnq/zZ0=";
    };

    vendorHash = "sha256-FqnGVRldhevJgBBvJcvGXzRaYWqSHzZiXIQmCNzJv+4=";
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "17.2.2";
  version = "17.2.4";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-AtLsy2hHxqr3XyTItLfMoTmrUsM707Kme7jE2jAAfyc=";
    hash = "sha256-7sB2MjU1iwqrOK8dNb7a14NFtrJ/7yoT07tzYVyCSJ8=";
  };

  vendorHash = "sha256-yNHeM8MExcLwv2Ga4vtBmPFBt/Rj7Gd4QQYDlnAIo+c=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "17.2.2";
  version = "17.2.4";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {