lol

obs-studio: fix lossless audio support (#360925)

authored by

Franz Pletz and committed by
GitHub
0bc7caf6 d188530a

+7
+7
pkgs/applications/video/obs-studio/default.nix
··· 95 95 stripLen = 1; 96 96 hash = "sha256-7SDBRr9G40b9DfbgdaYJxTeiDSLUfVixtMtM3cLTVZs="; 97 97 }) 98 + 99 + # Fix lossless audio, ffmpeg 7,1 compatibility issue 100 + (fetchpatch { 101 + name = "fix-lossless-audio.patch"; 102 + url = "https://github.com/obsproject/obs-studio/commit/dfc3a69c5276edf84c933035ff2a7e278fa13c9a.patch"; 103 + hash = "sha256-wiF3nolBpZKp7LR7NloNfJ+v4Uq/nBgwCVoKZX+VEMA="; 104 + }) 98 105 ]; 99 106 100 107 nativeBuildInputs = [