orca-slicer: restore update check patch

This commit is contained in:
zraexy
2026-07-07 15:33:31 -08:00
parent f65784b6b3
commit b8bad420de
+5 -5
View File
@@ -137,11 +137,11 @@ clangStdenv.mkDerivation (finalAttrs: {
./patches/dont-link-opencv-world-orca.patch
# The changeset from https://github.com/OrcaSlicer/OrcaSlicer/pull/7650, can be removed when that PR gets merged
# Allows disabling the update nag screen
#(fetchpatch {
# name = "pr-7650-configurable-update-check.patch";
# url = "https://github.com/OrcaSlicer/OrcaSlicer/commit/d10a06ae11089cd1f63705e87f558e9392f7a167.patch";
# hash = "sha256-t4own5AwPsLYBsGA15id5IH1ngM0NSuWdFsrxMRXmTk=";
#})
(fetchpatch {
name = "pr-7650-configurable-update-check.patch";
url = "https://github.com/OrcaSlicer/OrcaSlicer/commit/300df7c99b0a2173f645c8bf40e8758eb5f2c486.patch";
hash = "sha256-hgQeagPhS3aNQoFSq0S+Ch60ygm81uHMIvGopw/AZT8=";
})
# Pick https://github.com/prusa3d/PrusaSlicer/pull/14207 to remove unused and insecure ilmbase dependency
./patches/no-ilmbase.patch