gitlab: 12.8.7 -> 12.8.8

This commit is contained in:
Florian Klink
2020-03-27 10:08:59 +01:00
parent cccdf3d085
commit 8ab04fd87b
5 changed files with 12 additions and 12 deletions
@@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "gitlab-workhorse";
version = "8.21.0";
version = "8.21.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
sha256 = "04vhshm9lwnx77q9l7znxwkvvwm3gxgxw12y1xwahfilj352xr7q";
sha256 = "1d384xw7hfrph4i61z9z315sik7ja9hgrvmhljirwxrch1fyx3m4";
};
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";