baresip 2.9.0 -> 3.6.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 [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..d06a06a2547e 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.6.0"; pname = "baresip"; src = fetchFromGitHub { owner = "baresip"; repo = "baresip"; rev = "v${version}"; - sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; + sha256 = "sha256-cp9aaOtvFl9RUHPQRMkSjPvf0fJ29Bclh4SKnAHo7fE="; }; 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. 78 | JBUF_FIXED, | ^~~~~~~~~~ /nix/store/qdrcdyh17hhry2310dy4b6y6xyr9fmhb-libre-2.9.0/include/re/re_jbuf.h:26:9: note: previous definition of 'JBUF_FIXED' with type 'enum jbuf_type' 26 | JBUF_FIXED, | ^~~~~~~~~~ /build/source/include/baresip.h:79:9: error: redeclaration of enumerator 'JBUF_ADAPTIVE' 79 | JBUF_ADAPTIVE | ^~~~~~~~~~~~~ /nix/store/qdrcdyh17hhry2310dy4b6y6xyr9fmhb-libre-2.9.0/include/re/re_jbuf.h:27:9: note: previous definition of 'JBUF_ADAPTIVE' with type 'enum jbuf_type' 27 | JBUF_ADAPTIVE | ^~~~~~~~~~~~~ /build/source/include/baresip.h:1469:8: error: redefinition of 'struct jbuf_stat' 1469 | struct jbuf_stat { | ^~~~~~~~~ /nix/store/qdrcdyh17hhry2310dy4b6y6xyr9fmhb-libre-2.9.0/include/re/re_jbuf.h:10:8: note: originally defined here 10 | struct jbuf_stat { | ^~~~~~~~~ /build/source/include/baresip.h:1488:6: error: conflicting types for 'jbuf_stats'; have 'int(const struct jbuf *, struct jbuf_stat *)' 1488 | int jbuf_stats(const struct jbuf *jb, struct jbuf_stat *jstat); | ^~~~~~~~~~ /nix/store/qdrcdyh17hhry2310dy4b6y6xyr9fmhb-libre-2.9.0/include/re/re_jbuf.h:37:6: note: previous declaration of 'jbuf_stats' with type 'int(const struct jbuf *, struct jbuf_stat *)' 37 | int jbuf_stats(const struct jbuf *jb, struct jbuf_stat *jstat); | ^~~~~~~~~~ In file included from /build/source/src/aufilt.c:8: /build/source/src/core.h:271:36: warning: 'struct rtpext' declared inside parameter list will not be visible outside of this definition or declaration 271 | struct rtpext *extv, size_t extc, | ^~~~~~ make[2]: *** [CMakeFiles/baresip.dir/build.make:118: CMakeFiles/baresip.dir/src/aufilt.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1184: CMakeFiles/baresip.dir/all] Error 2 make: *** [Makefile:156: all] Error 2