midas: fix package name (x32edit and m32edit)

This commit is contained in:
Antoine Eiche 2018-06-06 21:16:07 +02:00
parent 2c3e53287d
commit 5892931182

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
inherit type;
baseName = "${type}-Edit";
name = "${baseName}-${version}";
name = "${lib.toLower baseName}-${version}";
src = fetchurl {
url = "http://downloads.music-group.com/software/behringer/${type}/${type}-Edit_LINUX_64bit_${version}.tar.gz";