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:
parent
8c589a79c8
commit
274b5f5099
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "14.1.0",
|
"version": "14.1.1",
|
||||||
"repo_hash": "1a61jc8rsbdbyh891nwygl7qlsj0lm8v59s66hn22csg0dvn6qk6",
|
"repo_hash": "1cygdllhqxah7d8lmx4hcx880wijwfvbbs6dfkdzcn0cd3czpcv8",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v14.1.0-ee",
|
"rev": "v14.1.1-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "14.1.0",
|
"GITALY_SERVER_VERSION": "14.1.1",
|
||||||
"GITLAB_PAGES_VERSION": "1.41.0",
|
"GITLAB_PAGES_VERSION": "1.41.0",
|
||||||
"GITLAB_SHELL_VERSION": "13.19.0",
|
"GITLAB_SHELL_VERSION": "13.19.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "14.1.0"
|
"GITLAB_WORKHORSE_VERSION": "14.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,14 +21,14 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in buildGoModule rec {
|
in buildGoModule rec {
|
||||||
version = "14.1.0";
|
version = "14.1.1";
|
||||||
pname = "gitaly";
|
pname = "gitaly";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitaly";
|
repo = "gitaly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-k9Vz/b5ZKz93/7nzEA5mnQI8U++CB3E9b8gJBefl2b0=";
|
sha256 = "sha256-UCWN9TXbfysNLMOU8bDcjrwYtz7+kTCDQmRAl84ysWU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-/SZJGRUg0qV7RYCUSGDE/HL9CmzGVffhL6BmZ316tU0=";
|
vendorSha256 = "sha256-/SZJGRUg0qV7RYCUSGDE/HL9CmzGVffhL6BmZ316tU0=";
|
||||||
|
@ -5,7 +5,7 @@ in
|
|||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "14.1.0";
|
version = "14.1.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = data.owner;
|
owner = data.owner;
|
||||||
|
Loading…
Reference in New Issue
Block a user