gitlab: 14.1.0 -> 14.1.1

https://about.gitlab.com/releases/2021/07/28/gitlab-14-1-1-released/
(cherry picked from commit 5a69fb930d7621376a17fb144ba57da99e2814a9)
This commit is contained in:
Yureka 2021-07-29 15:22:51 +02:00 committed by Yuka
parent 8c589a79c8
commit 274b5f5099
3 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
{
"version": "14.1.0",
"repo_hash": "1a61jc8rsbdbyh891nwygl7qlsj0lm8v59s66hn22csg0dvn6qk6",
"version": "14.1.1",
"repo_hash": "1cygdllhqxah7d8lmx4hcx880wijwfvbbs6dfkdzcn0cd3czpcv8",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v14.1.0-ee",
"rev": "v14.1.1-ee",
"passthru": {
"GITALY_SERVER_VERSION": "14.1.0",
"GITALY_SERVER_VERSION": "14.1.1",
"GITLAB_PAGES_VERSION": "1.41.0",
"GITLAB_SHELL_VERSION": "13.19.0",
"GITLAB_WORKHORSE_VERSION": "14.1.0"
"GITLAB_WORKHORSE_VERSION": "14.1.1"
}
}

View File

@ -21,14 +21,14 @@ let
};
};
in buildGoModule rec {
version = "14.1.0";
version = "14.1.1";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-k9Vz/b5ZKz93/7nzEA5mnQI8U++CB3E9b8gJBefl2b0=";
sha256 = "sha256-UCWN9TXbfysNLMOU8bDcjrwYtz7+kTCDQmRAl84ysWU=";
};
vendorSha256 = "sha256-/SZJGRUg0qV7RYCUSGDE/HL9CmzGVffhL6BmZ316tU0=";

View File

@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "14.1.0";
version = "14.1.1";
src = fetchFromGitLab {
owner = data.owner;