mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
gitlab: 15.11.7 -> 15.11.8 (#237529)
https://about.gitlab.com/releases/2023/06/07/gitlab-15-11-8-released/
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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=";
|
||||
|
||||
@@ -5,7 +5,7 @@ in
|
||||
buildGoModule rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "15.11.7";
|
||||
version = "15.11.8";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = data.owner;
|
||||
|
||||
Reference in New Issue
Block a user