prusa-slicer: 2.9.5 -> 2.9.6 (#537266)

This commit is contained in:
Arne Keller 2026-07-01 10:14:03 +00:00 committed by GitHub
commit 1e4c01acd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,14 +62,14 @@ let
in
clangStdenv.mkDerivation (finalAttrs: {
pname = "prusa-slicer";
version = "2.9.5";
version = "2.9.6";
# Build with clang even on Linux, because GCC uses absolutely obscene amounts of memory
# on this particular code base (OOM with 32GB memory and --cores 16 on GCC, succeeds
# with --cores 32 on clang).
src = fetchFromGitHub {
owner = "prusa3d";
repo = "PrusaSlicer";
hash = "sha256-tVC/hIykg0flc9HgB4ddJqUEVolZ4Lu/Cx5I10Z2eCI=";
hash = "sha256-SXNIyAncnPU6Zac8/plM32sPBgj9Uj9eVDL3NBu+IL4=";
rev = "version_${finalAttrs.version}";
};