super-slicer: 2.3.56.5 -> 2.3.56.8
This commit is contained in:
parent
7c0b350d94
commit
c879a416bb
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, fetchFromGitHub, makeDesktopItem, prusa-slicer }:
|
{ lib, fetchFromGitHub, makeDesktopItem, prusa-slicer }:
|
||||||
let
|
let
|
||||||
appname = "SuperSlicer";
|
appname = "SuperSlicer";
|
||||||
version = "2.3.56.5";
|
version = "2.3.56.8";
|
||||||
pname = "super-slicer";
|
pname = "super-slicer";
|
||||||
description = "PrusaSlicer fork with more features and faster development cycle";
|
description = "PrusaSlicer fork with more features and faster development cycle";
|
||||||
override = super: {
|
override = super: {
|
||||||
|
@ -10,13 +10,15 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "supermerill";
|
owner = "supermerill";
|
||||||
repo = "SuperSlicer";
|
repo = "SuperSlicer";
|
||||||
sha256 = "sha256-Gg+LT1YKyUGNJE9XvWE1LSlIQ6Vq5GfVBTUw/A7Qx7E=";
|
sha256 = "sha256-em0OgrcPaV2VYM8DpvtVJjgdojStMF/ROUEtZ8iLZfo=";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# We don't need PS overrides anymore, and gcode-viewer is embedded in the binary.
|
# We don't need PS overrides anymore, and gcode-viewer is embedded in the binary.
|
||||||
postInstall = null;
|
postInstall = null;
|
||||||
|
dontStrip = true;
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
# See https://github.com/supermerill/SuperSlicer/issues/432
|
# See https://github.com/supermerill/SuperSlicer/issues/432
|
||||||
cmakeFlags = super.cmakeFlags ++ [
|
cmakeFlags = super.cmakeFlags ++ [
|
||||||
|
|
Loading…
Reference in a new issue