Skip to content

Commit

Permalink
gitlab-workhorse: 3.3.1 -> 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciil authored and globin committed Mar 22, 2018
1 parent 08bf874 commit 9ccd010
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitLab, git, go }:

stdenv.mkDerivation rec {
version = "3.3.1";
version = "3.6.0";
name = "gitlab-workhorse-${version}";

srcs = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "19x9ryp99xygj39kq2r756rahh9mxp6j83hxvv09y33vgz64y8xh";
sha256 = "1vcxm9m82m1dcc86r29k5v8cp3zvpby4kszbkavl3frm3ws0w9lz";
};

buildInputs = [ git go ];
Expand Down

0 comments on commit 9ccd010

Please sign in to comment.