summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/curaengine
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-10-21 04:14:52 +0300
committerNikolay Amiantov <ab@fmap.me>2017-10-22 04:18:41 +0300
commita5091226bd000d80cb1c81a0bc7591f6747fdebc (patch)
tree58373ea9ad0cb7acdf5f13de0dc3a4be6c49519e /pkgs/applications/misc/curaengine
parentc3f8fb3cd78ce8dc776d929f752edc8ca54bf727 (diff)
curaengine: 2.6.1 -> 3.0.3
Diffstat (limited to 'pkgs/applications/misc/curaengine')
-rw-r--r--pkgs/applications/misc/curaengine/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/curaengine/default.nix b/pkgs/applications/misc/curaengine/default.nix
index ce7109dd6fcd..575889ad2c6f 100644
--- a/pkgs/applications/misc/curaengine/default.nix
+++ b/pkgs/applications/misc/curaengine/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "curaengine-${version}";
- version = "2.6.1";
+ version = "3.0.3";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "CuraEngine";
rev = version;
- sha256 = "1vixxxpwrprcrma0v5ckjvcy45pj32rkf5pk4w7rans9k2ig66ic";
+ sha256 = "0x1ss3hppw6062rmmxh0dpnm5cg6r2mp01k0nxyw5riiljj59ydy";
};
nativeBuildInputs = [ cmake ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
- homepage = https://github.com/Ultimaker/CuraEngine;
+ homepage = "https://github.com/Ultimaker/CuraEngine";
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];