gitlab: 13.12.4 -> 14.0.1

https://about.gitlab.com/releases/2021/06/22/gitlab-14-0-released/
https://about.gitlab.com/releases/2021/06/24/gitlab-14-0-1-released/
(cherry picked from commit facd0c68cc139aabff157f0a5f8deba621ed2ba8)
This commit is contained in:
Yureka
2021-07-13 15:27:21 +02:00
committed by Yuka
parent 3ebb71b547
commit e8e5b8a9bb
11 changed files with 706 additions and 537 deletions
@@ -21,17 +21,17 @@ let
};
};
in buildGoModule rec {
version = "13.12.4";
version = "14.0.1";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-5I06tzeOfVdtblgqI7neKBgwzXuU9hI/0V3gYEPMJJ0=";
sha256 = "sha256-x9QTuEPLtiPJqk1UVwrlYvULIQ93TERSfslO2LB55cY=";
};
vendorSha256 = "sha256-drS0L0olEFHYJVC0VYwEZeNYa8fjwrfxlhrEQa4pqzY=";
vendorSha256 = "sha256-U962bMmXNnenCYkSdk0Uy7Bz+b9JGU5rJHfblZoyC/I=";
passthru = {
inherit rubyEnv;