Commit e81c8b13 authored by Yaya's avatar Yaya
Browse files
parent de8fa24d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "17.2.0",
  "repo_hash": "0g3g0nwxwv0h7i49qlv1835n9gh0cw8hikms62jl89nv1ca833yr",
  "version": "17.2.1",
  "repo_hash": "0bn5pz1rvnzvjm4yxpz651cz3zvar1mwd8wjxi0c34bv631g7903",
  "yarn_hash": "119acrb27gpmh4m6vk917y4djfm9319jnys0mrqj183diw8j3zcn",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v17.2.0-ee",
  "rev": "v17.2.1-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "17.2.0",
    "GITLAB_PAGES_VERSION": "17.2.0",
    "GITALY_SERVER_VERSION": "17.2.1",
    "GITLAB_PAGES_VERSION": "17.2.1",
    "GITLAB_SHELL_VERSION": "14.37.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
    "GITLAB_WORKHORSE_VERSION": "17.2.0"
    "GITLAB_WORKHORSE_VERSION": "17.2.1"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "17.2.0";
  version = "17.2.1";
  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-thQ8Gufcygt3QEbIcmkroSuAky9kJ7f7hupim87AJdE=";
      hash = "sha256-X4ZkeVwuyiFNucqH6zI9slegvrFksu9Ve6rRNoNy9TI=";
    };

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

stdenv.mkDerivation rec {
  pname = "gitaly-git";
  version = "2.44.1.gl1";
  version = "2.44.2.gl1";

  # `src` attribute for nix-update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "git";
    rev = "v${version}";
    hash = "sha256-1XtzM2dYbt3nsYOm5isgHnolfziyIC9yCTkfLJ95V6Y=";
    hash = "sha256-VIffbZZEbGjVW1No8zojSQlX/ciJ2DJnaogNlQtc77o=";
  };

  # we actually use the gitaly build system
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "17.2.0";
  version = "17.2.1";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-Rw78xDkOf/LDINsWqNGkMSjUXkbgVlSI6PTiZLHo2Wo=";
    hash = "sha256-4viJD8i+9vVPQISpGB9tZFqCk/LonfcPZy9uYoDu3Qw=";
  };

  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.0";
  version = "17.2.1";

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