belcard 5.2.98 -> 5.3.15 https://repology.org/project/belcard/versions attrpath: belcard 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/development/libraries/belcard/default.nix b/pkgs/development/libraries/belcard/default.nix index 0b6cd66cae38..d519d46bda9d 100644 --- a/pkgs/development/libraries/belcard/default.nix +++ b/pkgs/development/libraries/belcard/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "belcard"; - version = "5.2.98"; + version = "5.3.15"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - sha256 = "sha256-pRNJ1bDS2v0Cn+6cxMeFa0JQ27UZR6kCI9P6gQ5W2GA="; + sha256 = "sha256-MOdq8jNOn6mOJ/y22yBjFwiEx5XadqeVNUc0P/bRybQ="; }; buildInputs = [ bctoolbox belr ]; 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 belcard nix build failed. -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting install rpath to CMake Error at CMakeLists.txt:50 (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!