baresip 3.6.0 -> 3.7.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [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 fd9bdf89234d..5f234ab52300 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 = "3.6.0"; + version = "3.7.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - hash = "sha256-cp9aaOtvFl9RUHPQRMkSjPvf0fJ29Bclh4SKnAHo7fE="; + hash = "sha256-A1S8pen0aPd3CmeRpttwivhwHnAv7Rk2lao8I/CWvo0="; }; 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. [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/location.c.o [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/auth.c.o [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/aor.c.o [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/domain.c.o [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/sipsrv.c.o [ 95%] Building C object test/CMakeFiles/selftest.dir/sip/user.c.o [ 96%] Building C object test/CMakeFiles/selftest.dir/mock/cert.c.o [ 96%] Building C object test/CMakeFiles/selftest.dir/mock/mock_auplay.c.o [ 97%] Building C object test/CMakeFiles/selftest.dir/mock/mock_mnat.c.o [ 97%] Building C object test/CMakeFiles/selftest.dir/mock/mock_vidcodec.c.o [ 98%] Building C object test/CMakeFiles/selftest.dir/mock/mock_vidisp.c.o [ 98%] Building C object test/CMakeFiles/selftest.dir/test.c.o [ 98%] Building C object test/CMakeFiles/selftest.dir/main.c.o [ 99%] Linking C executable baresip [ 99%] Linking C executable baresip-webrtc /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: ../libbaresip.so.11.7.0: undefined reference to `sipsess_ack_pending' collect2: error: ld returned 1 exit status /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: libbaresip.so.11.7.0: undefined reference to `sipsess_ack_pending' make[2]: *** [webrtc/CMakeFiles/baresip-webrtc.dir/build.make:131: webrtc/baresip-webrtc] Error 1 make[1]: *** [CMakeFiles/Makefile2:2770: webrtc/CMakeFiles/baresip-webrtc.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/baresip_exe.dir/build.make:102: baresip] Error 1 make[1]: *** [CMakeFiles/Makefile2:1210: CMakeFiles/baresip_exe.dir/all] Error 2 [100%] Linking C executable selftest /nix/store/fzlkaj1ax7gl655blfcr6zzvml1vx3bj-binutils-2.40/bin/ld: ../libbaresip.so.11.7.0: undefined reference to `sipsess_ack_pending' collect2: error: ld returned 1 exit status make[2]: *** [test/CMakeFiles/selftest.dir/build.make:515: test/selftest] Error 1 make[1]: *** [CMakeFiles/Makefile2:2796: test/CMakeFiles/selftest.dir/all] Error 2 make: *** [Makefile:156: all] Error 2