baresip 2.9.0 -> 3.3.0 https://github.com/baresip/baresip/releases attrpath: baresip 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/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix index 5aa3629bd38..703151af7d5 100644 --- a/pkgs/applications/networking/instant-messengers/baresip/default.nix +++ b/pkgs/applications/networking/instant-messengers/baresip/default.nix @@ -27,13 +27,13 @@ , dbusSupport ? true }: stdenv.mkDerivation rec { - version = "2.9.0"; + version = "3.3.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; + sha256 = "sha256-ir8rI3mTo6gjH7lUxJVr0ylfhaE6S215qmpjo4+wEQE="; }; prePatch = lib.optionalString (!dbusSupport) '' substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" 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 baresip nix build failed. /build/source/src/core.h:271:36: warning: 'struct rtpext' declared inside parameter list will not be visible outside of this definition or declaration 271 | struct rtpext *extv, size_t extc, | ^~~~~~ /build/source/src/baresip.c: In function 'baresip_init': /build/source/src/baresip.c:137:55: warning: implicit declaration of function 'RE_ARRAY_SIZE'; did you mean 'ARRAY_SIZE'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 137 | err = cmd_register(baresip.commands, corecmdv,RE_ARRAY_SIZE(corecmdv)); | ^~~~~~~~~~~~~ | ARRAY_SIZE /build/source/src/baresip.c:137:55: warning: nested extern declaration of 'RE_ARRAY_SIZE' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] [ 27%] Linking C shared module mixausrc.so In file included from /build/source/src/bundle.c:9: /build/source/src/core.h:271:36: warning: 'struct rtpext' declared inside parameter list will not be visible outside of this definition or declaration 271 | struct rtpext *extv, size_t extc, | ^~~~~~ [ 27%] Linking C shared module natpmp.so /build/source/modules/menu/dynamic_menu.c: In function 'dynamic_menu_register': /build/source/modules/menu/dynamic_menu.c:499:35: warning: implicit declaration of function 'RE_ARRAY_SIZE'; did you mean 'ARRAY_SIZE'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 499 | callcmdv, RE_ARRAY_SIZE(callcmdv)); | ^~~~~~~~~~~~~ | ARRAY_SIZE /build/source/modules/menu/dynamic_menu.c:499:35: warning: nested extern declaration of 'RE_ARRAY_SIZE' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] [ 27%] Built target netroam make[1]: *** [CMakeFiles/Makefile2:1184: CMakeFiles/baresip.dir/all] Error 2 [ 27%] Built target mixausrc [ 28%] Linking C shared module menu.so [ 28%] Built target natpmp [ 28%] Linking C shared module multicast.so [ 28%] Built target menu [ 28%] Built target multicast make: *** [Makefile:156: all] Error 2