3
0
Fork 0
forked from mirrors/nixpkgs

gitlab-workhorse: rename srcs attribute to src

This commit is contained in:
Florian Klink 2018-11-23 14:47:18 +01:00
parent 8b51e837b9
commit 3233efb33b

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "7.0.0";
srcs = fetchFromGitLab {
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";