gitlab-workhorse: 3.3.1 -> 3.6.0

This commit is contained in:
Simon Lackerbauer 2018-03-14 14:13:43 +01:00 committed by Robin Gloster
parent 08bf87420f
commit 9ccd010217
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitLab, git, go }: { stdenv, fetchFromGitLab, git, go }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.3.1"; version = "3.6.0";
name = "gitlab-workhorse-${version}"; name = "gitlab-workhorse-${version}";
srcs = fetchFromGitLab { srcs = fetchFromGitLab {
owner = "gitlab-org"; owner = "gitlab-org";
repo = "gitlab-workhorse"; repo = "gitlab-workhorse";
rev = "v${version}"; rev = "v${version}";
sha256 = "19x9ryp99xygj39kq2r756rahh9mxp6j83hxvv09y33vgz64y8xh"; sha256 = "1vcxm9m82m1dcc86r29k5v8cp3zvpby4kszbkavl3frm3ws0w9lz";
}; };
buildInputs = [ git go ]; buildInputs = [ git go ];