bctoolbox 5.2.109 -> 5.3.34 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 1da254093b1b..f9cb447bad84 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.34"; nativeBuildInputs = [ cmake @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-OwwSGzMFwR2ajUUgAy7ea/Q2pWxn3DO72W7ukcjBJnU="; + hash = "sha256-zldxtzaSLzEeWGTKoYxCAmCHLDNv/PWaEE2Ttk5NKNY="; }; # Do not build static libraries Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/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/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting install rpath to /nix/store/w5h320g3anq0kbjgj5vbsrs36isy0gds-bctoolbox-5.3.34/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!