gitlab: 14.2.4 -> 14.3.1

(cherry picked from commit fbd051169d315593042344b1b1b6438db91914ce)
This commit is contained in:
Lara
2021-10-03 23:38:12 +02:00
committed by Yuka
parent 80c3715e2c
commit 8df64b01d9
10 changed files with 910 additions and 1203 deletions
@@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "14.2.4";
version = "14.3.1";
src = fetchFromGitLab {
owner = data.owner;
@@ -16,7 +16,7 @@ buildGoModule rec {
sourceRoot = "source/workhorse";
vendorSha256 = "sha256-q0LuXmjoO6mjVZpMRVVGL862mA+MaCejTCx99Zi5VEI=";
vendorSha256 = "sha256-piA14jYFV+FD20kR38rN1o329eeYAW/PmS0QI1GaU50=";
buildInputs = [ git ];
buildFlagsArray = "-ldflags=-X main.Version=${version}";
doCheck = false;