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/2p6d8kji8vxwhavzxz9fkmky9li0przi-packages.json.drv building '/nix/store/2p6d8kji8vxwhavzxz9fkmky9li0przi-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..a1963db30a2e 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 = "2024.01"; src = fetchFromGitHub { owner = "ton-blockchain"; repo = "ton"; rev = "v${version}"; - sha256 = "sha256-K1RhhW7EvwYV7/ng3NPjSGdHEQvJZ7K97YXd7s5wghc="; + sha256 = "sha256-nZ7yel+lTNO5zFzN711tLwAvqpf5qaYOxERwApnMVOs="; fetchSubmodules = true; }; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/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 - 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) -- Could NOT find LATEX (this is NOT an error) -- Found ZLIB: /nix/store/0lhpp01fk804wx7y9lxcnbzpnllw37pk-zlib-1.3-dev/include /nix/store/4znq11s8j9d29kj2l4qivl5pyhbbzy8q-zlib-1.3/lib/libz.so -- Found OpenSSL: /nix/store/1l3a02nqq5b5v7rhchj89hi7plmbza5r-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/5h0ik39i0372pz4sgmnsnxs9vq5r5hg7-readline-8.2p10-dev/include -- Found Readline: /nix/store/5h0ik39i0372pz4sgmnsnxs9vq5r5hg7-readline-8.2p10-dev/include /nix/store/c2f2sghl4z7zjk4dr9zg59wg4bfwi5ll-readline-8.2p10/lib/libreadline.so -- Performing Test USABLE_READLINE_FOUND -- Performing Test USABLE_READLINE_FOUND - Success CMake Error at /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-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/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) CMake/FindSecp256k1.cmake:27 (find_package_handle_standard_args) crypto/CMakeLists.txt:322 (find_package)  -- Configuring incomplete, errors occurred!