obs-studio-plugins.obs-backgroundremoval 0.5.16 -> 1.1.0 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..0fd6812b654 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 = "1.1.0"; src = fetchFromGitHub { owner = "royshil"; repo = "obs-backgroundremoval"; rev = "v${version}"; - hash = "sha256-E+pm/Ma6dZTYlX3DpB49ynTETsRS2TBqgHSCijl/Txc="; + hash = "sha256-sUgnfuyd0FDAHq/E0KbsyJljqTixCHpDfK6JC1DJKVQ="; }; 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. -- The CXX compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Threads: TRUE CMake Error at CMakeLists.txt:42 (find_package): By not providing "FindOnnxruntime.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Onnxruntime", but CMake did not find one. Could not find a package configuration file provided by "Onnxruntime" (requested version 1.14.1) with any of the following names: OnnxruntimeConfig.cmake onnxruntime-config.cmake Add the installation prefix of "Onnxruntime" to CMAKE_PREFIX_PATH or set "Onnxruntime_DIR" to a directory containing one of the above files. If "Onnxruntime" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!