mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gitlab-workhorse: 8.3.3 -> 8.5.2
(cherry picked from commit 41d95302c0)
This commit is contained in:
committed by
Robin Gloster
parent
e07ddcf52f
commit
abe03f8992
@@ -3,13 +3,13 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gitlab-workhorse-${version}";
|
||||
|
||||
version = "8.3.3";
|
||||
version = "8.5.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-workhorse";
|
||||
rev = "v${version}";
|
||||
sha256 = "08v5ga9qbrs1xciw4cjhsjpqcp6cxzymc2y39la2a4lgb2cgyi10";
|
||||
sha256 = "0c1wpp81wr4x00pmc2z41xh4vy7yk97fkcg0cdy7gbz2hc5cm296";
|
||||
};
|
||||
|
||||
buildInputs = [ git go ];
|
||||
|
||||
Reference in New Issue
Block a user