cura: 4.8.0 -> 4.9.0

+3 -3
+3 -3
pkgs/applications/misc/cura/default.nix
··· 3 4 mkDerivation rec { 5 pname = "cura"; 6 - version = "4.8.0"; 7 8 src = fetchFromGitHub { 9 owner = "Ultimaker"; 10 repo = "Cura"; 11 rev = version; 12 - sha256 = "060fqzspipm93ks0inrj7yrj5wmvkdfv8xaxrv22590yb9f95s9m"; 13 }; 14 15 materials = fetchFromGitHub { ··· 22 buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ]; 23 propagatedBuildInputs = with python3.pkgs; [ 24 libsavitar numpy-stl pyserial requests uranium zeroconf pynest2d 25 - sentry-sdk trimesh 26 ] ++ plugins; 27 nativeBuildInputs = [ cmake python3.pkgs.wrapPython ]; 28
··· 3 4 mkDerivation rec { 5 pname = "cura"; 6 + version = "4.9.0"; 7 8 src = fetchFromGitHub { 9 owner = "Ultimaker"; 10 repo = "Cura"; 11 rev = version; 12 + sha256 = "1q515qwrzla3ikbsjmk91y0nrbwih11jycgmd50lkrmnkh7qj0r2"; 13 }; 14 15 materials = fetchFromGitHub { ··· 22 buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ]; 23 propagatedBuildInputs = with python3.pkgs; [ 24 libsavitar numpy-stl pyserial requests uranium zeroconf pynest2d 25 + sentry-sdk trimesh keyring 26 ] ++ plugins; 27 nativeBuildInputs = [ cmake python3.pkgs.wrapPython ]; 28