Skip to content

Commit 1de5fb5

Browse files
committed
obs-studio: silence false positive overrideAttrs warning
1 parent ac84135 commit 1de5fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/applications/video/obs-studio/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ let
6767

6868
cef = cef-binary.overrideAttrs (oldAttrs: {
6969
version = "127.3.5";
70+
__intentionallyOverridingVersion = true; # `cef-binary` uses the overridden `srcHash` values in its source FOD
7071
gitRevision = "114ea2a";
7172
chromiumVersion = "127.0.6533.120";
7273

0 commit comments

Comments
 (0)