obs-studio-plugins.obs-backgroundremoval 0.5.16 -> 0.5.17 https://repology.org/project/obs-backgroundremoval/versions attrpath: obs-studio-plugins.obs-backgroundremoval Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/video/obs-studio/plugins/obs-backgroundremoval/default.nix b/pkgs/applications/video/obs-studio/plugins/obs-backgroundremoval/default.nix index 766fca414cd..7cba00868ba 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-backgroundremoval/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-backgroundremoval/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "obs-backgroundremoval"; - version = "0.5.16"; + version = "0.5.17"; src = fetchFromGitHub { owner = "royshil"; repo = "obs-backgroundremoval"; rev = "v${version}"; - hash = "sha256-E+pm/Ma6dZTYlX3DpB49ynTETsRS2TBqgHSCijl/Txc="; + hash = "sha256-Bq0Lfn+e9A1P7ZubA65nWksFZAeu5C8NvT36dG5N2Ug="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A obs-studio-plugins.obs-backgroundremoval nix build failed. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found Onnxruntime: /nix/store/4h7jy1w06v47aahw6gy8vp9n45lqhvcn-onnxruntime-1.13.1-dev/include (Required is at least version "1.14.1") -- Found OpenCV: / (found version "4.7.0") found components: core imgproc -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025  -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: -j16 SHELL=/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash [ 33%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/plugin-main.cpp.o [ 66%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/background-filter.cpp.o /build/source/src/background-filter.cpp:11:10: fatal error: tensorrt_provider_factory.h: No such file or directory 11 | #include  | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/obs-backgroundremoval.dir/build.make:90: CMakeFiles/obs-backgroundremoval.dir/src/background-filter.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/obs-backgroundremoval.dir/all] Error 2 make: *** [Makefile:156: all] Error 2