Skip to content

Commit

Permalink
gitlab-workhorse: 8.0.1 -> 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Feb 17, 2019
1 parent a44784e commit 75f66b1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "gitlab-workhorse-${version}";

version = "8.0.1";
version = "8.0.2";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1aslcadag1q2rdirf9m0dl5vfaz8v3yy1232mvyjyvy1wb51pf4q";
sha256 = "12xwr9yl59i58gnf0yn5yjp7zwz3s46042lk7rihvvzsa0kax690";
};

buildInputs = [ git go ];
Expand Down

0 comments on commit 75f66b1

Please sign in to comment.