obs-studio: update obs-backgroundremoval to 1.3.6
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m38s
Periodic flake update / flake-update (push) Successful in 2m20s

Fixes GPU device selection on Linux, broken by a preprocessor macro
typo that was fixed in 1.3.4.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 12:53:50 +01:00
parent c9c14a193b
commit aef84d3c05

View File

@@ -30,12 +30,12 @@
.overrideAttrs
(
final: prev: {
version = "1.3.3";
version = "1.3.6";
src = pkgs.fetchFromGitHub {
owner = "royshil";
owner = "occ-ai";
repo = "obs-backgroundremoval";
rev = final.version;
hash = "sha256-NDe71iDnVcnMilGr5kdbemq8jEKd3WW45tbMwxjqUwo=";
hash = "sha256-2BVcOH7wh1ibHZmaTMmRph/jYchHcCbq8mn9wo4LQOU=";
};
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkgs.pkg-config ];
cmakeFlags = [