Cura(engine): Append version to name.

This commit is contained in:
Moritz Ulrich
2014-10-01 20:26:02 +02:00
parent 0b23b5b141
commit 63289f088a
2 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@ let
version = "14.03";
in
stdenv.mkDerivation {
name = "curaengine";
name = "curaengine-${version}";
src = fetchurl {
url = "https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz";