Skip to content

Commit

Permalink
gitlab: 12.10.8 -> 12.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jun 3, 2020
1 parent f7036e2 commit d7b09d3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/version-management/gitlab/data.json
@@ -1,11 +1,11 @@
{
"version": "12.10.8",
"repo_hash": "189l6l47s5lz0y2qjbai1n9l6yq513d38apyv88c3by3r41m86y1",
"version": "12.10.9",
"repo_hash": "0mhvw09rvvq4iq18s6xfnl17irg305pxkwjgrsn7k06k0zf4dx5l",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.10.8-ee",
"rev": "v12.10.9-ee",
"passthru": {
"GITALY_SERVER_VERSION": "12.10.8",
"GITALY_SERVER_VERSION": "12.10.9",
"GITLAB_PAGES_VERSION": "1.17.0",
"GITLAB_SHELL_VERSION": "12.2.0",
"GITLAB_WORKHORSE_VERSION": "8.30.2"
Expand Down
Expand Up @@ -19,14 +19,14 @@ let
};
};
in buildGoPackage rec {
version = "12.10.8";
version = "12.10.9";
pname = "gitaly";

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

# Fix a check which assumes that hook files are writeable by their
Expand Down
13 changes: 11 additions & 2 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.

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

0 comments on commit d7b09d3

Please sign in to comment.