curaengine: 4.8.0 -> 4.9.0

+3 -3
+3 -3
pkgs/applications/misc/curaengine/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "curaengine"; 5 - version = "4.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "Ultimaker"; 9 repo = "CuraEngine"; 10 rev = version; 11 - sha256 = "083l327ry6hv3yaa1p8dx1hx7fm12b0lh5nlbshxjyym0vi15rw2"; 12 }; 13 14 nativeBuildInputs = [ cmake ]; ··· 19 meta = with lib; { 20 description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction"; 21 homepage = "https://github.com/Ultimaker/CuraEngine"; 22 - license = licenses.agpl3; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ abbradar gebner ]; 25 };
··· 2 3 stdenv.mkDerivation rec { 4 pname = "curaengine"; 5 + version = "4.9.0"; 6 7 src = fetchFromGitHub { 8 owner = "Ultimaker"; 9 repo = "CuraEngine"; 10 rev = version; 11 + sha256 = "0b82hwn7pb73h1azaandq93bkzlzskhgk71pwf4yws0j9bm6z084"; 12 }; 13 14 nativeBuildInputs = [ cmake ]; ··· 19 meta = with lib; { 20 description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction"; 21 homepage = "https://github.com/Ultimaker/CuraEngine"; 22 + license = licenses.agpl3Only; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ abbradar gebner ]; 25 };