fbthrift 2023.03.20.00 -> 2023.12.04.00 https://repology.org/project/fbthrift/versions attrpath: fbthrift 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/fbthrift/default.nix b/pkgs/development/libraries/fbthrift/default.nix index 6b660a491f23..4d2d407036dd 100644 --- a/pkgs/development/libraries/fbthrift/default.nix +++ b/pkgs/development/libraries/fbthrift/default.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "fbthrift"; - version = "2023.03.20.00"; + version = "2023.12.04.00"; src = fetchFromGitHub { owner = "facebook"; repo = "fbthrift"; rev = "v${version}"; - sha256 = "sha256-jCgdo7jE5QlRK5f2S6XEVM4+TPWI//4DKG/fDMFzgzg="; + sha256 = "sha256-Uu3NhjZWBCVAVIijvHQ78hiyezpJdi3yJwEjJ+cW/w0="; }; nativeBuildInputs = [ 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 fbthrift nix build failed. -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Boost: /nix/store/h1r04r2cay50i5k96b3miw27v8r9zwkr-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: filesystem -- Found OpenSSL: /nix/store/c7rf6w8xvxc4423m9rsgq5nsqhknshvy-openssl-3.0.12/lib/libcrypto.so (found version "3.0.12") -- Found gflags from package config /nix/store/325qgzbf46vmc3a18xgabf2bbg0a2g7d-gflags-2.2.2/lib/cmake/gflags/gflags-config.cmake -- Found Glog: /nix/store/ampn5bxp8sihhsylnyplmz5xxm6b0c3y-glog-0.6.0/lib/libglog.so -- Found gflags as a dependency of glog::glog, include=/nix/store/325qgzbf46vmc3a18xgabf2bbg0a2g7d-gflags-2.2.2/include, libs=gflags_shared -- Found Boost: /nix/store/h1r04r2cay50i5k96b3miw27v8r9zwkr-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.51.0") found components: context filesystem program_options regex system thread -- Found folly: /nix/store/bjmm3lshlbv99rx8mldnbb1yzhl2kya2-folly-2023.02.27.00 -- Found Sodium: /nix/store/czwnn19hcixs20w3b8yjjgqx5vy0k2sz-libsodium-1.0.19/lib/libsodium.so -- Found folly: /nix/store/bjmm3lshlbv99rx8mldnbb1yzhl2kya2-folly-2023.02.27.00 -- Found ZLIB: /nix/store/lprrvg44cyn9ajpq77lh7rlnp4kzdqzs-zlib-1.3/lib/libz.so (found version "1.3") -- Found fizz: /nix/store/bjmm3lshlbv99rx8mldnbb1yzhl2kya2-folly-2023.02.27.00 -- Found wangle: /nix/store/7wlv45rlsvpxc2a3n4xq9yz53x3d2ipb-wangle-2023.04.03.00 -- Found Zstd: /nix/store/l0bavjhh5yayzkwssnixszs8bvpcp8ml-zstd-1.5.5/lib/libzstd.so -- ZSTD: /nix/store/5zpz4s4j1dya4yhni28cv2gxcjqv3cks-zstd-1.5.5-dev/include CMake Error at CMakeLists.txt:106 (find_package): Could not find a package configuration file provided by "mvfst" with any of the following names: mvfstConfig.cmake mvfst-config.cmake Add the installation prefix of "mvfst" to CMAKE_PREFIX_PATH or set "mvfst_DIR" to a directory containing one of the above files. If "mvfst" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!