linphone 5.0.16 -> 5.0.18 https://repology.org/project/linphone-desktop/versions attrpath: linphone 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/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix index 0002e1d57de..be792db496b 100644 --- a/pkgs/applications/networking/instant-messengers/linphone/default.nix +++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix @@ -33,7 +33,7 @@ mkDerivation rec { pname = "linphone-desktop"; - version = "5.0.16"; + version = "5.0.18"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -41,7 +41,7 @@ mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-zS0JyK+HGiHY7tPdl3RK6fJJOUS+fKM1u3npNxDAAYE="; + hash = "sha256-r2C4r2WvY9ou0LXkRYqc5EDRR9pdSaiPKEz40MOGtQw="; }; patches = [ 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 linphone nix build failed. | ^~~ /build/source/linphone-app/src/components/core/CoreManager.cpp: In member function 'void CoreManager::migrate()': /build/source/linphone-app/src/components/core/CoreManager.cpp:316:60: warning: 'std::string linphone::Core::getLimeX3DhServerUrl()' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 316 | auto oldLimeServerUrl = mCore->getLimeX3DhServerUrl();// core url is deprecated : If core url exists, it must be copied to all linphone accounts. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /nix/store/7cp1jryanjym9ldz63j5zwdnlnpbihb8-liblinphone-5.2.17/include/linphone++/core_listener.hh:26, from /nix/store/7cp1jryanjym9ldz63j5zwdnlnpbihb8-liblinphone-5.2.17/include/linphone++/linphone.hh:38, from /build/source/linphone-app/src/components/calls/CallsListModel.hpp:24, from /build/source/linphone-app/src/components/core/CoreManager.cpp:31: /nix/store/7cp1jryanjym9ldz63j5zwdnlnpbihb8-liblinphone-5.2.17/include/linphone++/core.hh:1563:79: note: declared here 1563 | LINPHONECXX_PUBLIC LINPHONECXX_DEPRECATED std::string getLimeX3DhServerUrl(); | ^~~~~~~~~~~~~~~~~~~~ /build/source/linphone-app/src/components/core/CoreManager.cpp:329:44: warning: 'void linphone::Core::setLimeX3DhServerUrl(const std::string&)' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 329 | mCore->setLimeX3DhServerUrl(""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /nix/store/7cp1jryanjym9ldz63j5zwdnlnpbihb8-liblinphone-5.2.17/include/linphone++/core.hh:1574:72: note: declared here 1574 | LINPHONECXX_PUBLIC LINPHONECXX_DEPRECATED void setLimeX3DhServerUrl(const std::string & url); | ^~~~~~~~~~~~~~~~~~~~ [ 58%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/images/ImageModel.cpp.o [ 59%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/images/ImageListModel.cpp.o [ 59%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/images/ImageProxyModel.cpp.o [ 60%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/text-to-speech/TextToSpeech.cpp.o [ 61%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/timeZone/TimeZoneModel.cpp.o [ 61%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/timeZone/TimeZoneListModel.cpp.o [ 62%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/timeZone/TimeZoneProxyModel.cpp.o make[2]: *** [linphone-app/CMakeFiles/app-library.dir/build.make:1448: linphone-app/CMakeFiles/app-library.dir/src/components/core/CoreManager.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 63%] Building CXX object linphone-app/CMakeFiles/app-library.dir/src/components/other/units/Units.cpp.o make[1]: *** [CMakeFiles/Makefile2:241: linphone-app/CMakeFiles/app-library.dir/all] Error 2 make: *** [Makefile:156: all] Error 2