We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac84135 commit 1de5fb5Copy full SHA for 1de5fb5
pkgs/applications/video/obs-studio/default.nix
@@ -67,6 +67,7 @@ let
67
68
cef = cef-binary.overrideAttrs (oldAttrs: {
69
version = "127.3.5";
70
+ __intentionallyOverridingVersion = true; # `cef-binary` uses the overridden `srcHash` values in its source FOD
71
gitRevision = "114ea2a";
72
chromiumVersion = "127.0.6533.120";
73
0 commit comments