ton 0 -> 1 attrpath: ton Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85ykw1yzlc62a3qb1r15vkh8dkpm3sap-packages.json.drv building '/nix/store/85ykw1yzlc62a3qb1r15vkh8dkpm3sap-packages.json.drv'... Going to be running update for following packages: - ton-2023.10 Press Enter key to continue... Running update for: - ton-2023.10: UPDATING ... - ton-2023.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/blockchains/ton/default.nix b/pkgs/applications/blockchains/ton/default.nix index a65a1428df0e..2bba93d69bea 100644 --- a/pkgs/applications/blockchains/ton/default.nix +++ b/pkgs/applications/blockchains/ton/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ton"; - version = "2023.10"; + version = "2023.12"; src = fetchFromGitHub { owner = "ton-blockchain"; repo = "ton"; rev = "v${version}"; - sha256 = "sha256-K1RhhW7EvwYV7/ng3NPjSGdHEQvJZ7K97YXd7s5wghc="; + sha256 = "sha256-du1H9ULIHcrNYXLPfu2ftPJR3+pVPCpSMd1URGZgBbo="; fetchSubmodules = true; }; No auto update branch exists 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 ton nix build failed. -- Performing Test HAVE_CXX_FLAG_WUNUSED_PARAMETER -- Performing Test HAVE_CXX_FLAG_WUNUSED_PARAMETER - Success -- Performing Test HAVE_CXX_FLAG_WCONVERSION -- Performing Test HAVE_CXX_FLAG_WCONVERSION - Success -- Performing Test HAVE_CXX_FLAG_WSIGN_CONVERSION -- Performing Test HAVE_CXX_FLAG_WSIGN_CONVERSION - Success -- Performing Test HAVE_CXX_FLAG_QUNUSED_ARGUMENTS -- Performing Test HAVE_CXX_FLAG_QUNUSED_ARGUMENTS - Failed -- Performing Test HAVE_CXX_FLAG_WUNUSED_PRIVATE_FIELD -- Performing Test HAVE_CXX_FLAG_WUNUSED_PRIVATE_FIELD - Failed -- Performing Test HAVE_CXX_FLAG_WREDUNDANT_MOVE -- Performing Test HAVE_CXX_FLAG_WREDUNDANT_MOVE - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Found ZLIB: /nix/store/1hjv10489fm00lckiicwsv3nlcm07njy-zlib-1.3-dev/include /nix/store/mrzfvc2gjy2mia0k4vrb95f2iff6xcxm-zlib-1.3/lib/libz.so -- Found OpenSSL: /nix/store/l65pk85mh54jd7ixyf2qkq7gw0rsczky-openssl-3.0.12/lib/libcrypto.so (found version "3.0.12") -- Performing Test GNU_READLINE_FOUND -- Performing Test GNU_READLINE_FOUND - Success -- Found Readline: /nix/store/5l5qgl84l26dpbkwb6w8x2msnbv2xmd5-readline-8.2p7-dev/include -- Found Readline: /nix/store/5l5qgl84l26dpbkwb6w8x2msnbv2xmd5-readline-8.2p7-dev/include /nix/store/k8jbalvsn0wizq3zdh10iwallpwmwbgd-readline-8.2p7/lib/libreadline.so -- Performing Test USABLE_READLINE_FOUND -- Performing Test USABLE_READLINE_FOUND - Success CMake Error at /nix/store/wn9nlnmyfd1x6ps3zmy04yxjyw3iji86-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Secp256k1 (missing: SECP256K1_INCLUDE_DIR SECP256K1_LIBRARY) Call Stack (most recent call first): /nix/store/wn9nlnmyfd1x6ps3zmy04yxjyw3iji86-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) CMake/FindSecp256k1.cmake:28 (find_package_handle_standard_args) crypto/CMakeLists.txt:322 (find_package)  -- Configuring incomplete, errors occurred!