curaengine: 4.8.0 -> 4.9.0

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