liblinphone 5.2.17 -> 5.2.37 https://repology.org/project/liblinphone/versions attrpath: liblinphone 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/liblinphone/default.nix b/pkgs/development/libraries/liblinphone/default.nix index fe3ddba36b8..5f166725c5e 100644 --- a/pkgs/development/libraries/liblinphone/default.nix +++ b/pkgs/development/libraries/liblinphone/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { pname = "liblinphone"; - version = "5.2.17"; + version = "5.2.37"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-zxp+jcClfKm+VsylRtydF2rlDCkO+sa9vw8GpwAfKHM="; + hash = "sha256-GUugkjrLn3RARJVuw/WaUsgLv1Zhv3Au8L8XsbsBzSk="; }; postPatch = '' 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 liblinphone nix build failed. 409 | static void call_updating(SalOp *op, bool_t is_update) { | ^~~~~~~~~~~~~ /build/source/coreapi/callbacks.c:397:13: error: 'void call_refreshing(LinphonePrivate::SalOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 397 | static void call_refreshing(SalOp *op) { | ^~~~~~~~~~~~~~~ /build/source/coreapi/callbacks.c:386:13: error: 'void call_refreshed(LinphonePrivate::SalOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 386 | static void call_refreshed(SalOp *op) { | ^~~~~~~~~~~~~~ /build/source/coreapi/callbacks.c:376:13: error: 'void call_accepted(LinphonePrivate::SalOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 376 | static void call_accepted(SalOp *op) { | ^~~~~~~~~~~~~ /build/source/coreapi/callbacks.c:364:13: error: 'void call_ringing(LinphonePrivate::SalOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 364 | static void call_ringing(SalOp *h) { | ^~~~~~~~~~~~ /build/source/coreapi/callbacks.c:357:13: error: 'void call_rejected(LinphonePrivate::SalCallOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 357 | static void call_rejected(SalCallOp *h){ | ^~~~~~~~~~~~~ /build/source/coreapi/callbacks.c:76:13: error: 'void call_received(LinphonePrivate::SalCallOp*)' defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Werror=unused-function]8;;] 76 | static void call_received(SalCallOp *h) { | ^~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:160: coreapi/CMakeFiles/linphone-coreapi.dir/callbacks.c.o] Error 1 cc1plus: all warnings being treated as errors make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:300: coreapi/CMakeFiles/linphone-coreapi.dir/friend.c.o] Error 1 cc1plus: all warnings being treated as errors make[2]: *** [coreapi/CMakeFiles/linphone-coreapi.dir/build.make:314: coreapi/CMakeFiles/linphone-coreapi.dir/friendlist.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:347: coreapi/CMakeFiles/linphone-coreapi.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 7%] Built target linphone-cxx-wrapper make: *** [Makefile:136: all] Error 2