File tree Expand file tree Collapse file tree 2 files changed +4
-45
lines changed
pkgs/applications/misc/bambu-studio Expand file tree Collapse file tree 2 files changed +4
-45
lines changed Original file line number Diff line number Diff line change 55} :
66bambu-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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments