Desktop: Update CEF to v140 (#3277)

* update cef to v140

* fix build

* update flake
This commit is contained in:
Timon
2025-10-13 04:56:56 +00:00
committed by GitHub
parent ca70fd8380
commit e366e4d64e
5 changed files with 44 additions and 36 deletions
+1 -8
View File
@@ -75,14 +75,7 @@
'';
rustGpuPathOverride = "${rustGpuCargo}/bin:${rustGPUToolchainPkg}/bin";
libcef = pkgs.libcef.overrideAttrs (finalAttrs: previousAttrs: {
version = "139.0.17";
gitRevision = "6c347eb";
chromiumVersion = "139.0.7258.31";
srcHash = "sha256-kRMO8DP4El1qytDsAZBdHvR9AAHXce90nPdyfJailBg=";
__intentionallyOverridingVersion = true;
libcef = pkgs.libcef.overrideAttrs (_: _: {
postInstall = ''
strip $out/lib/*
'';