mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update
This commit is contained in:
@@ -20,7 +20,23 @@ in
|
||||
lpc21isp
|
||||
dfu-util
|
||||
cura
|
||||
orca-slicer
|
||||
openscad
|
||||
(orca-slicer.overrideAttrs (
|
||||
final: prev: {
|
||||
version = "2.2.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "SoftFever";
|
||||
repo = "OrcaSlicer";
|
||||
rev = "v${final.version}";
|
||||
hash = "sha256-h+cHWhrp894KEbb3ic2N4fNTn13WlOSYoMsaof0RvRI=";
|
||||
};
|
||||
patches = builtins.filter (
|
||||
p:
|
||||
(builtins.baseNameOf p) != "0002-fix-build-for-gcc-13.diff"
|
||||
&& (builtins.baseNameOf p) != "meshboolean-const.patch"
|
||||
) prev.patches;
|
||||
}
|
||||
))
|
||||
freecad
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user