gitlab: 12.8.6 -> 12.8.7 (#82838)
https://about.gitlab.com/releases/2020/03/16/gitlab-12-8-7-released/
This commit is contained in:
parent
033c65289c
commit
3a173c1d75
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "12.8.6",
|
"version": "12.8.7",
|
||||||
"repo_hash": "0plcigppmg6ckmq8myj3m9adshdvqj7czx8fms71bsa9zx060wib",
|
"repo_hash": "15dw8v5184500jm823wv920li3ishwk8k2dhxl1w8209x53nbqgj",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v12.8.6-ee",
|
"rev": "v12.8.7-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "12.8.6",
|
"GITALY_SERVER_VERSION": "12.8.7",
|
||||||
"GITLAB_PAGES_VERSION": "1.16.0",
|
"GITLAB_PAGES_VERSION": "1.16.0",
|
||||||
"GITLAB_SHELL_VERSION": "11.0.0",
|
"GITLAB_SHELL_VERSION": "11.0.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.21.0"
|
"GITLAB_WORKHORSE_VERSION": "8.21.0"
|
||||||
|
@ -28,14 +28,14 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
version = "12.8.6";
|
version = "12.8.7";
|
||||||
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 = "1rf9qmyjllkwkyi7la1dzyjh0z9sw21zdzihd7v9ngwqssfk5zfk";
|
sha256 = "1sb11xavckzm70m27xcwbv4a1iaicxkh1hv2zi4brlcj5ia2rky4";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix a check which assumes that hook files are writeable by their
|
# Fix a check which assumes that hook files are writeable by their
|
||||||
|
Loading…
x
Reference in New Issue
Block a user