Skip to content

Commit

Permalink
gitlab-workhorse: 6.1.1 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Oct 26, 2018
1 parent 1a984cc commit eb7f8e7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ stdenv, fetchFromGitLab, git, go }:

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

version = "6.1.1";
version = "7.0.0";

srcs = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1dwvk86bfsqgkp0mwz71yis3i7aypjf96r3hsjkgpd27hwbjgxbr";
sha256 = "1mmfb7h5sbva2kv9h9cxfg7dyksxrwwikq7jwggfawqaadzwm677";
};

buildInputs = [ git go ];
Expand Down

0 comments on commit eb7f8e7

Please sign in to comment.