linux-wallpaperengine: silence false positive overrideAttrs warning

This commit is contained in:
Winter
2025-05-12 17:29:18 -04:00
parent 1de5fb50b0
commit 2a4e829d7b

View File

@@ -33,6 +33,7 @@
let
cef = cef-binary.overrideAttrs (oldAttrs: {
version = "120.1.10";
__intentionallyOverridingVersion = true; # `cef-binary` uses the overridden `srcHash` values in its source FOD
gitRevision = "3ce3184";
chromiumVersion = "120.0.6099.129";