baresip 3.8.1 -> 3.9.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix index 5efe54c0d27b..b7d4ae40887c 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.8.1"; + version = "3.9.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - hash = "sha256-39HRvRTyA0V8NKFUUpj7UGc01KVXULTE3HUd9Kh06bw="; + hash = "sha256-AJCm823Fyu1n3gWw6wUfakM6YWwMtzQ84M0OKXZ4ThI="; }; prePatch = lib.optionalString (!dbusSupport) '' substituteInPlace cmake/modules.cmake --replace 'list(APPEND MODULES ctrl_dbus)' "" Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A baresip nix build failed. In file included from /build/source/modules/vp8/vp8.c:8: /build/source/include/baresip.h:269:6: warning: ISO C forbids forward references to 'enum' types []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 269 | enum sdp_neg_state call_sdp_neg_state(const struct call *call); | ^~~~~~~~~~~~~ make[1]: *** [CMakeFiles/Makefile2:1670: CMakeFiles/baresip.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /build/source/modules/vp9/sdp.c:8: /build/source/include/baresip.h:269:6: warning: ISO C forbids forward references to 'enum' types []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 269 | enum sdp_neg_state call_sdp_neg_state(const struct call *call); | ^~~~~~~~~~~~~ [ 70%] Linking C shared module vidinfo.so [ 70%] Built target vumeter [ 71%] Linking C shared module vp8.so [ 71%] Linking C shared module vidbridge.so [ 71%] Built target x11 [ 71%] Built target v4l2 In file included from /build/source/modules/vp9/vp9.c:9: /build/source/include/baresip.h:269:6: warning: ISO C forbids forward references to 'enum' types []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpedantic-Wpedantic]8;;] 269 | enum sdp_neg_state call_sdp_neg_state(const struct call *call); | ^~~~~~~~~~~~~ [ 72%] Linking C shared module vp9.so [ 72%] Linking C shared module sdl.so [ 72%] Built target vidinfo [ 72%] Built target vidbridge [ 72%] Built target vp8 [ 72%] Built target sdl [ 72%] Built target vp9 [ 72%] Linking C shared module ctrl_dbus.so [ 72%] Built target ctrl_dbus make: *** [Makefile:156: all] Error 2