baresip 2.9.0 -> 3.4.0 https://repology.org/project/baresip/versions 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 5aa3629bd38e..cadcadd47137 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.4.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; + sha256 = "sha256-UKaON9aTesnIfkwc8ntCEXzHOx8Xb+Z2F9qNh2VfBxU="; }; 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. [ 26%] Building C object modules/multicast/CMakeFiles/multicast.dir/sender.c.o make[1]: *** [CMakeFiles/Makefile2:1184: CMakeFiles/baresip.dir/all] Error 2 [ 27%] Building C object modules/multicast/CMakeFiles/multicast.dir/source.c.o [ 28%] Linking C shared module mixausrc.so [ 28%] Linking C shared module netroam.so [ 28%] Built target aubridge /build/source/modules/menu/static_menu.c: In function 'static_menu_register': /build/source/modules/menu/static_menu.c:1517: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;;] 1517 | return cmd_register(baresip_commands(), cmdv, RE_ARRAY_SIZE(cmdv)); | ^~~~~~~~~~~~~ | ARRAY_SIZE /build/source/modules/menu/static_menu.c:1517: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;;] [ 29%] Linking C shared module pcp.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;;] [ 29%] Built target natpmp [ 29%] Built target mixausrc [ 29%] Linking C shared module presence.so [ 29%] Built target netroam [ 29%] Built target pcp [ 29%] Linking C shared module multicast.so [ 29%] Built target presence [ 30%] Linking C shared module menu.so [ 30%] Built target multicast [ 30%] Built target menu make: *** [Makefile:156: all] Error 2