Merge pull request #83476 from flokli/gitlab-12.8.8

gitlab: 12.8.7 -> 12.8.8
This commit is contained in:
Robin Gloster 2020-03-27 12:39:12 +00:00 committed by GitHub
commit dcb1055235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
{
"version": "12.8.7",
"repo_hash": "15dw8v5184500jm823wv920li3ishwk8k2dhxl1w8209x53nbqgj",
"version": "12.8.8",
"repo_hash": "1y8flmssz8bp07v7x9gxazqn5889hvkxk0k6py773gdnna5fd5fb",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.8.7-ee",
"rev": "v12.8.8-ee",
"passthru": {
"GITALY_SERVER_VERSION": "12.8.7",
"GITALY_SERVER_VERSION": "12.8.8",
"GITLAB_PAGES_VERSION": "1.16.0",
"GITLAB_SHELL_VERSION": "11.0.0",
"GITLAB_WORKHORSE_VERSION": "8.21.0"
"GITLAB_WORKHORSE_VERSION": "8.21.1"
}
}

View File

@ -28,14 +28,14 @@ let
};
});
in buildGoPackage rec {
version = "12.8.7";
version = "12.8.8";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "1sb11xavckzm70m27xcwbv4a1iaicxkh1hv2zi4brlcj5ia2rky4";
sha256 = "182jqglzbzq8jnlq6l634125jkvi67pfr1xck68n4k09gyzqllxv";
};
# Fix a check which assumes that hook files are writeable by their

View File

@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";
version = "8.21.0";
version = "8.21.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "04vhshm9lwnx77q9l7znxwkvvwm3gxgxw12y1xwahfilj352xr7q";
sha256 = "1d384xw7hfrph4i61z9z315sik7ja9hgrvmhljirwxrch1fyx3m4";
};
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";

View File

@ -652,7 +652,7 @@ GEM
netrc (0.11.0)
nio4r (2.5.2)
no_proxy_fix (0.1.2)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri

View File

@ -2927,10 +2927,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r0qpgf80h764k176yr63gqbs2z0xbsp8vlvs2a79d5r9vs83kln";
sha256 = "1yi8j8hwrlc3rg5v3w52gxndmwifyk7m732q9yfbal0qajqbh1h8";
type = "gem";
};
version = "1.10.7";
version = "1.10.8";
};
nokogumbo = {
dependencies = ["nokogiri"];