gitlab-workhorse: 8.18.0 -> 8.20.0
This commit is contained in:
parent
3f4d3dbc5f
commit
d2e149584f
|
@ -3,13 +3,13 @@
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "8.18.0";
|
version = "8.20.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-workhorse";
|
repo = "gitlab-workhorse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qsbz8gv9r9wfvxsh9mpspgs2gyyidxdz5n9n7ibfy7z129mx4ak";
|
sha256 = "0a64qrbyxvpqgf5ksczn3kisbhyx6fcw58g5nlag4jnjj6w5i0wr";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
||||||
|
|
Loading…
Reference in New Issue