From e75bcddfbdbccafee546cf9925deb5191ab31c8b Mon Sep 17 00:00:00 2001 From: Yaya Date: Tue, 13 Jun 2023 12:55:02 +0200 Subject: [PATCH] gitlab: 15.11.7 -> 15.11.8 (#237529) https://about.gitlab.com/releases/2023/06/07/gitlab-15-11-8-released/ --- .../applications/version-management/gitlab/data.json | 12 ++++++------ .../version-management/gitlab/gitaly/default.nix | 4 ++-- .../gitlab/gitlab-workhorse/default.nix | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/applications/version-management/gitlab/data.json b/pkgs/applications/version-management/gitlab/data.json index 4101cf250fec..236596b3b261 100644 --- a/pkgs/applications/version-management/gitlab/data.json +++ b/pkgs/applications/version-management/gitlab/data.json @@ -1,14 +1,14 @@ { - "version": "15.11.7", - "repo_hash": "sha256-F9oo4eh+steQTKsUT5TGPa0QIRhbOd9xl8tm20p8Qus=", + "version": "15.11.8", + "repo_hash": "sha256-gGXjZqpp1ByiE2g8dIjFZ/xSicoGQD4YKIqDG5P6GFE=", "yarn_hash": "02ipm7agjy3c75df76c00k3qq5gpw3d876f6x91xnwizswsv9agb", "owner": "gitlab-org", "repo": "gitlab", - "rev": "v15.11.7-ee", + "rev": "v15.11.8-ee", "passthru": { - "GITALY_SERVER_VERSION": "15.11.7", - "GITLAB_PAGES_VERSION": "15.11.7", + "GITALY_SERVER_VERSION": "15.11.8", + "GITLAB_PAGES_VERSION": "15.11.8", "GITLAB_SHELL_VERSION": "14.18.0", - "GITLAB_WORKHORSE_VERSION": "15.11.7" + "GITLAB_WORKHORSE_VERSION": "15.11.8" } } diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix index 0d33712de6cc..9979f5db9337 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/default.nix +++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix @@ -11,7 +11,7 @@ let gemdir = ./.; }; - version = "15.11.7"; + version = "15.11.8"; 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-bgqyrI9HhctFHsQcKq1PA+bHujljUhyZHwrnhn0NItI="; + sha256 = "sha256-v/Vdz/tfOqAJugpofiAN20FufVylPYB/ldiAGkX6zJA="; }; vendorSha256 = "sha256-gJelagGPogeCdJtRpj4RaYlqzZRhtU0EIhmj1aK4ZOk="; diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix index 121e22a3a1f2..0383a78a9b5a 100644 --- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix +++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix @@ -5,7 +5,7 @@ in buildGoModule rec { pname = "gitlab-workhorse"; - version = "15.11.7"; + version = "15.11.8"; src = fetchFromGitLab { owner = data.owner;