gitlab: 13.0.12 -> 13.0.14
This commit is contained in:
parent
85bf59e44a
commit
6956ce821d
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "13.0.12",
|
"version": "13.0.14",
|
||||||
"repo_hash": "0m9pn1alxdib9ppf878wf186bvn0llik7vcpqijzcdzc18q9cldq",
|
"repo_hash": "15is18x631ifsj4iwmrs1s9lc3i99hwsxxf5v42qldbmsys31l1k",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v13.0.12-ee",
|
"rev": "v13.0.14-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "13.0.12",
|
"GITALY_SERVER_VERSION": "13.0.14",
|
||||||
"GITLAB_PAGES_VERSION": "1.18.0",
|
"GITLAB_PAGES_VERSION": "1.18.0",
|
||||||
"GITLAB_SHELL_VERSION": "13.2.0",
|
"GITLAB_SHELL_VERSION": "13.2.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.31.2"
|
"GITLAB_WORKHORSE_VERSION": "8.31.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -19,14 +19,14 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
version = "13.0.12";
|
version = "13.0.14";
|
||||||
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 = "00jzrib8f51b3wkl0zy9a9cr5j9kp6cmm49vxm27zgxpyz8k1axw";
|
sha256 = "16ynkwiv0faa60msashj5w1bc4rdh7yv2qjmpcbf7dwq54gqmlbv";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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