gitlab: 13.12.0 -> 13.12.2

https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/
Backport of #125271
(cherry picked from commit 2a1c29ef4bacac06f9b677931027bf053952618c)
This commit is contained in:
Milan
2021-06-03 00:54:21 +02:00
committed by Milan Pässler
parent f365fa7c5e
commit 4691b50a4e
5 changed files with 11 additions and 11 deletions
@@ -21,14 +21,14 @@ let
};
};
in buildGoModule rec {
version = "13.12.0";
version = "13.12.2";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-MGK0WjAeqApf2xUsbF1mtyzYMhJHC5LFtj8LSb0NQKI=";
sha256 = "sha256-jZg/OlecYlGjDxlxsayAuqzptil1OPtyPjOe1WYT0HY=";
};
vendorSha256 = "sha256-drS0L0olEFHYJVC0VYwEZeNYa8fjwrfxlhrEQa4pqzY=";