Skip to content

Commit

Permalink
gitlab: 12.10.6 -> 12.10.8
Browse files Browse the repository at this point in the history
(cherry picked from commit af05325)
  • Loading branch information
globin authored and flokli committed Jun 3, 2020
1 parent 6bd20ee commit 0610639
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/gitlab/data.json
@@ -1,13 +1,13 @@
{
"version": "12.10.6",
"repo_hash": "1819vaywir7yy170xqh7a1pr99jhscs6k62xz8b671k5bnissszl",
"version": "12.10.8",
"repo_hash": "189l6l47s5lz0y2qjbai1n9l6yq513d38apyv88c3by3r41m86y1",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.10.6-ee",
"rev": "v12.10.8-ee",
"passthru": {
"GITALY_SERVER_VERSION": "12.10.6",
"GITALY_SERVER_VERSION": "12.10.8",
"GITLAB_PAGES_VERSION": "1.17.0",
"GITLAB_SHELL_VERSION": "12.2.0",
"GITLAB_WORKHORSE_VERSION": "8.30.1"
"GITLAB_WORKHORSE_VERSION": "8.30.2"
}
}
Expand Up @@ -19,14 +19,14 @@ let
};
};
in buildGoPackage rec {
version = "12.10.6";
version = "12.10.8";
pname = "gitaly";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "1gpvay4ah239zp1k8zb9mg9nysb7d0wdr4rf3x9n1a2arfbbldsa";
sha256 = "02dih35j97q80kzi46pkf9f9r1sffw11i5zmpjs2rr96al426g8q";
};

# Fix a check which assumes that hook files are writeable by their
Expand Down
13 changes: 2 additions & 11 deletions pkgs/applications/version-management/gitlab/gitaly/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";

version = "8.30.1";
version = "8.30.2";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "0rdlhvjc34iv2gxnyj2b5z6lc9xjb2jd6q4lcxylv3503ni1pdvw";
sha256 = "1ws59ry16kx4nqp92xcqw3fri570pvpdgvy822ndi7rybw5xij7p";
};

goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0610639

Please sign in to comment.