Skip to content

Commit

Permalink
gitlab-workhorse: 8.21.1 -> 8.21.2
Browse files Browse the repository at this point in the history
(cherry picked from commit f7ddd30)
  • Loading branch information
flokli committed Apr 28, 2020
1 parent c69934e commit 0364b92
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";

version = "8.21.1";
version = "8.21.2";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "1d384xw7hfrph4i61z9z315sik7ja9hgrvmhljirwxrch1fyx3m4";
sha256 = "065yy8zfxahpybk3mbvc492by1lvssqcbqm8i4yp09m669rk239w";
};

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

0 comments on commit 0364b92

Please sign in to comment.