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. 361 | struct h264_fu fu; | ^~ make[2]: *** [modules/alsa/CMakeFiles/alsa.dir/build.make:104: modules/alsa/CMakeFiles/alsa.dir/alsa_src.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1748: modules/alsa/CMakeFiles/alsa.dir/all] Error 2 /build/source/modules/avcodec/decode.c:363:23: warning: implicit declaration of function 'h264_fu_hdr_decode' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 363 | err = h264_fu_hdr_decode(&fu, src); | ^~~~~~~~~~~~~~~~~~ /build/source/modules/avcodec/decode.c:363:23: warning: nested extern declaration of 'h264_fu_hdr_decode' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] /build/source/modules/avcodec/decode.c:383:31: warning: implicit declaration of function 'h264_nal_header_encode'; did you mean 'h265_nal_decode'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 383 | err = h264_nal_header_encode(st->mb, &h264_hdr); | ^~~~~~~~~~~~~~~~~~~~~~ | h265_nal_decode /build/source/modules/avcodec/decode.c:383:31: warning: nested extern declaration of 'h264_nal_header_encode' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] /build/source/modules/avcodec/decode.c:361:32: warning: unused variable 'fu' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 361 | struct h264_fu fu; | ^~ /build/source/modules/avcodec/decode.c:414:18: error: 'H264_NALU_STAP_A' undeclared (first use in this function); did you mean 'H265_NAL_STSA_R'? 414 | else if (H264_NALU_STAP_A == h264_hdr.type) { | ^~~~~~~~~~~~~~~~ | H265_NAL_STSA_R /build/source/modules/avcodec/decode.c:416:23: warning: implicit declaration of function 'h264_stap_decode_annexb' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 416 | err = h264_stap_decode_annexb(st->mb, src); | ^~~~~~~~~~~~~~~~~~~~~~~ /build/source/modules/avcodec/decode.c:416:23: warning: nested extern declaration of 'h264_stap_decode_annexb' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Wnested-externs]8;;] /build/source/modules/avcodec/decode.c:308:32: warning: unused variable 'h264_hdr' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] 308 | struct h264_nal_header h264_hdr; | ^~~~~~~~ make[2]: *** [modules/avcodec/CMakeFiles/avcodec.dir/build.make:104: modules/avcodec/CMakeFiles/avcodec.dir/decode.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1904: modules/avcodec/CMakeFiles/avcodec.dir/all] Error 2 make: *** [Makefile:156: all] Error 2