Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitlab-workhorse: 8.18.0 -> 8.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jan 31, 2020
1 parent 3f4d3db commit d2e1495
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";

version = "8.18.0";
version = "8.20.0";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "0qsbz8gv9r9wfvxsh9mpspgs2gyyidxdz5n9n7ibfy7z129mx4ak";
sha256 = "0a64qrbyxvpqgf5ksczn3kisbhyx6fcw58g5nlag4jnjj6w5i0wr";
};

goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
Expand Down

0 comments on commit d2e1495

Please sign in to comment.