bctoolbox 5.2.109 -> 5.3.15 https://repology.org/project/bctoolbox/versions attrpath: bctoolbox 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/bctoolbox/default.nix b/pkgs/development/libraries/bctoolbox/default.nix index e473fa97a0ea..1e2484a6b385 100644 --- a/pkgs/development/libraries/bctoolbox/default.nix +++ b/pkgs/development/libraries/bctoolbox/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { pname = "bctoolbox"; - version = "5.2.109"; + version = "5.3.15"; nativeBuildInputs = [ cmake @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-OwwSGzMFwR2ajUUgAy7ea/Q2pWxn3DO72W7ukcjBJnU="; + hash = "sha256-ViVy6CH/NVQymxCHZcgYrTnbjiOC+eWzvBnwcBWFS3g="; }; # Do not build static libraries 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 bctoolbox nix build failed. -- 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 /nix/store/5xwrjmc77ka5p5n4g3n0lbjzvdx075c5-bctoolbox-5.3.15/lib -- MBEDTLS Enabled -- Looking for mbedtls_ssl_init -- Looking for mbedtls_ssl_init - found -- Looking for mbedtls_ssl_conf_dtls_srtp_protection_profiles -- Looking for mbedtls_ssl_conf_dtls_srtp_protection_profiles - not found -- Found MbedTLS: mbedtls -- Using mbedTLS v2 -- Using Decaf -- DTLS SRTP not available CMake Error at cmake/FindBCUnit.cmake:77 (find_package): Could not find a package configuration file provided by "BCUnit" (requested version 3.0.2) with any of the following names: BCUnitConfig.cmake bcunit-config.cmake Add the installation prefix of "BCUnit" to CMAKE_PREFIX_PATH or set "BCUnit_DIR" to a directory containing one of the above files. If "BCUnit" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:94 (find_package)  -- Configuring incomplete, errors occurred!