belle-sip 5.2.98 -> 5.3.6 https://repology.org/project/belle-sip/versions attrpath: belle-sip Checking auto update branch... An auto update branch exists with message `belle-sip: 5.2.98 -> 5.2.112`. New version is 5.3.6. The auto update branch does not match or exceed the new version. [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/development/libraries/belle-sip/default.nix b/pkgs/development/libraries/belle-sip/default.nix index 338b0082be5e..8fd1475dbbae 100644 --- a/pkgs/development/libraries/belle-sip/default.nix +++ b/pkgs/development/libraries/belle-sip/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { pname = "belle-sip"; - version = "5.2.98"; + version = "5.3.6"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-PZnAB+LOlwkiJO0ICqYqn0TgqQY2KdUbgGJRFSzGxdE="; + hash = "sha256-pOQ9rHoTjpK0LUhY5FcnaTnSwfCnMJ8FlwgJDT9y1/k="; }; nativeBuildInputs = [ cmake ]; 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 belle-sip nix build failed. -- Setting install rpath to /nix/store/b62kidnw1ha8s76zyx9w1b0syfiw8z5m-belle-sip-5.3.6/lib -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for res_ndestroy -- Looking for res_ndestroy - not found -- Performing Test HAVE_RES_GETSERVERS -- Performing Test HAVE_RES_GETSERVERS - Failed -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:80 (find_package): By not providing "FindBelr.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Belr", but CMake did not find one. Could not find a package configuration file provided by "Belr" (requested version 5.3.0) with any of the following names: BelrConfig.cmake belr-config.cmake Add the installation prefix of "Belr" to CMAKE_PREFIX_PATH or set "Belr_DIR" to a directory containing one of the above files. If "Belr" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!