Commit c4affc80 authored by polyfloyd's avatar polyfloyd
Browse files

prusa-slicer: 2.9.2 -> 2.9.3

parent a2018bd2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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