gitlab: 13.0.8 -> 13.0.9
Security release: https://about.gitlab.com/releases/2020/07/06/critical-security-release-gitlab-13-1-3-released/
This commit is contained in:
parent
1d80180682
commit
f3a353f184
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "13.0.8",
|
"version": "13.0.9",
|
||||||
"repo_hash": "0b0pwwbmvh0x5v27a7p3ixv4kpgylbvl6m4x2jl2w889wj1dhxd8",
|
"repo_hash": "0rzby1q4vy59cs9ghnx29f6gflmz9114yh5yia0kdikiyky95rsx",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v13.0.8-ee",
|
"rev": "v13.0.9-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "13.0.8",
|
"GITALY_SERVER_VERSION": "13.0.9",
|
||||||
"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.8";
|
version = "13.0.9";
|
||||||
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 = "1ap3wl38qzqq4h6xkcx43hpnrnm43427v56y7375kvkk66flnpm6";
|
sha256 = "0bw3g1c3ji78grh6fs4qq64hq1s4z2da5f18zbkac41hkkqbf1in";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
Reference in New Issue
Block a user