baresip 3.10.1 -> 3.11.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 Diff after rewrites: diff --git a/pkgs/by-name/ba/baresip/package.nix b/pkgs/by-name/ba/baresip/package.nix index f63227c3292b..e816d0ba3b20 100644 --- a/pkgs/by-name/ba/baresip/package.nix +++ b/pkgs/by-name/ba/baresip/package.nix @@ -27,13 +27,13 @@ , dbusSupport ? true }: stdenv.mkDerivation rec { - version = "3.10.1"; + version = "3.11.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - hash = "sha256-0huZP1hopHaN5R1Hki6YutpvoASfIHzHMl/Y4czHHMo="; + hash = "sha256-BT6kPcZIB9FELA462FGIn0LFouUiJQxfTUwx2IZVmHQ="; }; prePatch = lib.optionalString (!dbusSupport) '' substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A baresip nix build failed. make[1]: *** [CMakeFiles/Makefile2:1748: modules/alsa/CMakeFiles/alsa.dir/all] Error 2 make[2]: *** [modules/avcodec/CMakeFiles/avcodec.dir/build.make:104: modules/avcodec/CMakeFiles/avcodec.dir/decode.c.o] Error 1 /build/source/modules/avcodec/encode.c: In function 'avcodec_encode': /build/source/modules/avcodec/encode.c:504:23: warning: implicit declaration of function 'h264_packetize'; did you mean 'h265_packetize'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 504 | err = h264_packetize( | ^~~~~~~~~~~~~~ | h265_packetize /build/source/modules/avcodec/encode.c:504:23: warning: nested extern declaration of 'h264_packetize' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] /build/source/modules/avcodec/encode.c:506:26: error: 'h264_packet_h' undeclared (first use in this function); did you mean 'h265_packet_h'? 506 | (h264_packet_h *)st->pkth, (void *)st->vid); | ^~~~~~~~~~~~~ | h265_packet_h /build/source/modules/avcodec/encode.c:506:26: note: each undeclared identifier is reported only once for each function it appears in /build/source/modules/avcodec/encode.c:506:41: error: expected expression before ')' token 506 | (h264_packet_h *)st->pkth, (void *)st->vid); | ^ /build/source/modules/avcodec/encode.c: In function 'avcodec_packetize': /build/source/modules/avcodec/encode.c:548:26: error: 'h264_packet_h' undeclared (first use in this function); did you mean 'h265_packet_h'? 548 | (h264_packet_h *)st->pkth, (void *)st->vid); | ^~~~~~~~~~~~~ | h265_packet_h /build/source/modules/avcodec/encode.c:548:41: error: expected expression before ')' token 548 | (h264_packet_h *)st->pkth, (void *)st->vid); | ^ make[2]: *** [modules/avformat/CMakeFiles/avformat.dir/build.make:90: modules/avformat/CMakeFiles/avformat.dir/audio.c.o] Error 1 make[2]: *** [modules/avformat/CMakeFiles/avformat.dir/build.make:104: modules/avformat/CMakeFiles/avformat.dir/video.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1956: modules/avformat/CMakeFiles/avformat.dir/all] Error 2 make[2]: *** [modules/avcodec/CMakeFiles/avcodec.dir/build.make:90: modules/avcodec/CMakeFiles/avcodec.dir/encode.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1904: modules/avcodec/CMakeFiles/avcodec.dir/all] Error 2 make: *** [Makefile:156: all] Error 2