gitlab-workhorse: 8.20.0 -> 8.21.0
This commit is contained in:
parent
facef28665
commit
f2bb5238aa
@ -3,13 +3,13 @@
|
|||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "8.20.0";
|
version = "8.21.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-workhorse";
|
repo = "gitlab-workhorse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0a64qrbyxvpqgf5ksczn3kisbhyx6fcw58g5nlag4jnjj6w5i0wr";
|
sha256 = "04vhshm9lwnx77q9l7znxwkvvwm3gxgxw12y1xwahfilj352xr7q";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user