gitlab: 13.11.2 -> 13.12.0

(cherry picked from commit 1ded8ef44ef83de6cfafd1b19ed6c6c09e734ad4)
This commit is contained in:
Milan Pässler
2021-05-25 23:00:11 +02:00
committed by Milan
parent 8418b1397c
commit a555872f04
9 changed files with 910 additions and 868 deletions
@@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "13.11.2";
version = "13.12.0";
src = fetchFromGitLab {
owner = data.owner;
@@ -16,7 +16,7 @@ buildGoModule rec {
sourceRoot = "source/workhorse";
vendorSha256 = "sha256-m/Mx4Nr4tPK6yfcHxAFbjh9DI/1WnKReaaylWpNSrc8=";
vendorSha256 = "sha256-JJN1KqqbP4fIW/k6LebIaWdYOmIzHqxCDgOKrkbB7Nw=";
buildInputs = [ git ];
buildFlagsArray = "-ldflags=-X main.Version=${version}";
doCheck = false;