gitlab: 13.12.3 -> 13.12.4

https://about.gitlab.com/releases/2021/06/14/gitlab-13-12-4-released/
This commit is contained in:
Milan Pässler 2021-06-15 00:03:56 +02:00
parent 8a362be5fe
commit 5c04139da2
No known key found for this signature in database
GPG Key ID: A6DC6A7CB0B97859
3 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
{ {
"version": "13.12.3", "version": "13.12.4",
"repo_hash": "0kpdl1gwcxy13lwyl96nsia62wysrnxdygil6sz6s72hg0y2fsgr", "repo_hash": "1jp97vwwfnh3iqkh58y0zqcx6lsvqcpnxy8ipd4j9hbmag1jr36i",
"owner": "gitlab-org", "owner": "gitlab-org",
"repo": "gitlab", "repo": "gitlab",
"rev": "v13.12.3-ee", "rev": "v13.12.4-ee",
"passthru": { "passthru": {
"GITALY_SERVER_VERSION": "13.12.3", "GITALY_SERVER_VERSION": "13.12.4",
"GITLAB_PAGES_VERSION": "1.39.0", "GITLAB_PAGES_VERSION": "1.39.0",
"GITLAB_SHELL_VERSION": "13.18.0", "GITLAB_SHELL_VERSION": "13.18.0",
"GITLAB_WORKHORSE_VERSION": "13.12.3" "GITLAB_WORKHORSE_VERSION": "13.12.4"
} }
} }

View File

@ -21,14 +21,14 @@ let
}; };
}; };
in buildGoModule rec { in buildGoModule rec {
version = "13.12.3"; version = "13.12.4";
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 = "sha256-qqLVYNCE8rKPBY5tj6AAoWcyIEtQZkO980NVPg0WO18="; sha256 = "sha256-5I06tzeOfVdtblgqI7neKBgwzXuU9hI/0V3gYEPMJJ0=";
}; };
vendorSha256 = "sha256-drS0L0olEFHYJVC0VYwEZeNYa8fjwrfxlhrEQa4pqzY="; vendorSha256 = "sha256-drS0L0olEFHYJVC0VYwEZeNYa8fjwrfxlhrEQa4pqzY=";

View File

@ -5,7 +5,7 @@ in
buildGoModule rec { buildGoModule rec {
pname = "gitlab-workhorse"; pname = "gitlab-workhorse";
version = "13.12.3"; version = "13.12.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = data.owner; owner = data.owner;