Skip to content

Commit ea158ab

Browse files
committed
orca-slicer: 2.1.1 -> 2.2.0
1 parent d4c7cea commit ea158ab

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

pkgs/applications/misc/bambu-studio/orca-slicer.nix

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@
55
}:
66
bambu-studio.overrideAttrs (
77
finalAttrs: previousAttrs: {
8-
version = "2.1.1";
8+
version = "2.2.0";
99
pname = "orca-slicer";
1010

1111
src = fetchFromGitHub {
1212
owner = "SoftFever";
1313
repo = "OrcaSlicer";
1414
rev = "v${finalAttrs.version}";
15-
hash = "sha256-7fusdSYpZb4sYl5L/+81PzMd42Nsejj+kCZsq0f7eIk=";
15+
hash = "sha256-h+cHWhrp894KEbb3ic2N4fNTn13WlOSYoMsaof0RvRI=";
1616
};
1717

18-
patches =[
19-
# FIXME: only required for 2.1.1, can be removed in the next version
20-
./patches/0002-fix-build-for-gcc-13.diff
18+
patches = [
2119
# Fix for webkitgtk linking
2220
./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch
23-
# Fix build with cgal-5.6.1+
24-
./patches/meshboolean-const.patch
21+
2522
./patches/dont-link-opencv-world-orca.patch
2623
];
2724

pkgs/applications/misc/bambu-studio/patches/0002-fix-build-for-gcc-13.diff

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)