1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

curaengine: 3.2.1 -> 3.3.0

This commit is contained in:
Johannes Frankenau 2018-06-07 11:55:47 +02:00
parent 8ec26d8e5c
commit e187dd170f

View file

@ -2,19 +2,19 @@
stdenv.mkDerivation rec {
name = "curaengine-${version}";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "CuraEngine";
rev = version;
sha256 = "1yqpp6qhixzni3ik11vbk5kcdrhlz2j4ylzmh8f6c86r4d73a0cp";
sha256 = "1dj80lk58qb54apdv7n9cmcck4smb00lidgqld21xnndnnqqb4lw";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ libarcus ];
enableParallelBuilding = true;
cmakeFlags = [ "-DCURA_ENGINE_VERSION=${version}" ];
meta = with stdenv.lib; {
description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";