forked from mirrors/nixpkgs
gitlab-workhorse: rename srcs attribute to src
This commit is contained in:
parent
8b51e837b9
commit
3233efb33b
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
version = "7.0.0";
|
||||
|
||||
srcs = fetchFromGitLab {
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-workhorse";
|
||||
rev = "v${version}";
|
||||
|
|
Loading…
Reference in a new issue