gitlab-workhorse: 8.14.0 -> 8.14.1
This commit is contained in:
parent
02eae2c3aa
commit
deb0049ca0
@ -3,13 +3,13 @@
|
|||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "8.14.0";
|
version = "8.14.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-workhorse";
|
repo = "gitlab-workhorse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1cqx75h4x4chjvp72kzbln8qkm5p7p2w7x8bdd99g38kf21wxxaq";
|
sha256 = "19flb9b9l9214ykwgjphcqrinncnfvhis7nrvcr4ns6rlpxnc9dl";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user