prusa-slicer: 2.9.2 -> 2.9.3
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
mpfr,
|
||||
nanosvg,
|
||||
nlopt,
|
||||
nlohmann_json,
|
||||
opencascade-occt_7_6_1,
|
||||
openvdb,
|
||||
qhull,
|
||||
@@ -62,12 +63,12 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "prusa-slicer";
|
||||
version = "2.9.2";
|
||||
version = "2.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "prusa3d";
|
||||
repo = "PrusaSlicer";
|
||||
hash = "sha256-j/fdEgcFq0nWBLpyapwZIbBIXCnqEWV6Tk+6sTHk/Bc=";
|
||||
hash = "sha256-B2uHrh09xKehmxnk3I4MHIjBfB/pGgFXC6R5k10JoJY=";
|
||||
rev = "version_${finalAttrs.version}";
|
||||
};
|
||||
|
||||
@@ -133,6 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
catch2_3
|
||||
webkitgtk_4_1
|
||||
z3
|
||||
nlohmann_json
|
||||
]
|
||||
++ lib.optionals withSystemd [
|
||||
systemd
|
||||
|
||||
Reference in New Issue
Block a user