obs-studio-plugins.droidcam-obs 2.0.2 -> 2.1.0 https://repology.org/project/droidcam-obs/versions attrpath: obs-studio-plugins.droidcam-obs 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/droidcam-obs/default.nix b/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix index a1cf5f2e7ee..e1e4c673571 100644 --- a/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "droidcam-obs"; - version = "2.0.2"; + version = "2.1.0"; src = fetchFromGitHub { owner = "dev47apps"; repo = "droidcam-obs-plugin"; rev = version; - sha256 = "sha256-YtfWwgBhyQYx6QfrKld7p6qUf8BEV/kkQX4QcdHuaYU="; + sha256 = "sha256-gCYsXxRHespK2ci5OQLw9Zh6NUZvGXuVEIoaZj7Wl+I="; }; postPatch = '' 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.droidcam-obs nix build failed. unpacking sources unpacking source archive /nix/store/jiggvsl5i2kdchs524nr4gca9chw15sm-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/rhvbjmcfnkg8i2dxpzr114cp1ws7f667-bash-5.2-p15/bin/bash ALLOW_STATIC=no JPEG_DIR=/nix/store/vrrdf78lx9ak6xyqnphlc9mv5723qj0c-libjpeg-turbo-2.1.5.1-dev JPEG_LIB=/nix/store/756zjmk5r6qpfsxd739x20k8xfyzxcwd-libjpeg-turbo-2.1.5.1/lib IMOBILEDEV_DIR=/nix/store/p36vlgdg598swahh69fi7lipsg0v72ic-libimobiledevice-1.3.0+date=2022-05-22 g++ -std=c++17 -Wall -fPIC -Isrc/ -I/nix/store/p36vlgdg598swahh69fi7lipsg0v72ic-libimobiledevice-1.3.0+date=2022-05-22/include -I/nix/store/vrrdf78lx9ak6xyqnphlc9mv5723qj0c-libjpeg-turbo-2.1.5.1-dev/include -I/nix/store/k40d62wwr4w9bd0x2c3cbln6bvqqgkhn-ffmpeg-5.1.3-bin/include -I/nix/store/kp31gpf2i9y7gq9kl6xsfwis68aw3nrh-obs-studio-29.0.2/include/obs -L/nix/store/756zjmk5r6qpfsxd739x20k8xfyzxcwd-libjpeg-turbo-2.1.5.1/lib -L/nix/store/p36vlgdg598swahh69fi7lipsg0v72ic-libimobiledevice-1.3.0+date=2022-05-22/lib -lturbojpeg -limobiledevice-1.0 -lobs -shared src/device_discovery.cc src/ffmpeg_decode.cc src/mdns_discovery.cc src/mjpeg_decode.cc src/net.cc src/plugin.cc src/proxy.cc src/source.cc src/sys/unix/cmd.cc -o build/droidcam-obs.so src/mdns_discovery.cc: In function 'int query_callback(int, const sockaddr*, size_t, mdns_entry_type_t, uint16_t, uint16_t, uint16_t, uint32_t, const void*, size_t, size_t, size_t, size_t, size_t, void*)': src/mdns_discovery.cc:109:32: warning: 'in_addr' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 109 | fromaddrstr.str = inet_ntop(from->sa_family, in_addr, addrbuffer, (socklen_t)addrlen); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mdns_discovery.cc:89:11: note: 'in_addr' was declared here 89 | void *in_addr; | ^~~~~~~ src/source.cc:72:17: error: 'OBSSignal' was not declared in this scope 72 | std::vector<OBSSignal> signal_handlers; | ^~~~~~~~~ src/source.cc:72:26: error: template argument 1 is invalid 72 | std::vector signal_handlers; | ^ src/source.cc:72:26: error: template argument 2 is invalid src/source.cc:630:20: warning: 'droidcam_signals' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 630 | static const char *droidcam_signals[] = { | ^~~~~~~~~~~~~~~~ make: *** [Makefile:42: build/droidcam-obs.so] Error 1