gitlab-workhorse: 4.1.0 -> 4.2.0

This commit is contained in:
Robin Gloster 2018-05-23 22:23:10 +02:00
parent 6d941dfd85
commit 9a54f2a9b3
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitLab, git, go }:
stdenv.mkDerivation rec {
version = "4.1.0";
version = "4.2.0";
name = "gitlab-workhorse-${version}";
srcs = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1yqmkpszcan5cawkl9cxjngcyqlqg061ihk31isar9ifbhpv9yfv";
sha256 = "11n43mfp7a59iq8k7sh9bnww3bq56ml2p6752csclg77xii6dzyy";
};
buildInputs = [ git go ];