2022-12-24T13:45:39 sumokoin 0.2.0.0 -> 0.8.1.0 https://github.com/sumoprojects/sumokoin/releases 2022-12-24T13:45:42 attrpath: sumokoin 2022-12-24T13:45:42 Checking auto update branch... 2022-12-24T13:45:42 No auto update branch exists 2022-12-24T13:45:45 [version] 2022-12-24T13:45:51 [version] updated version and sha256 2022-12-24T13:45:51 [rustCrateVersion] 2022-12-24T13:45:51 [rustCrateVersion] No cargoSha256 found 2022-12-24T13:45:51 [golangModuleVersion] 2022-12-24T13:45:51 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T13:45:51 [updateScript] 2022-12-24T13:45:51 [updateScript] skipping because derivation has no updateScript 2022-12-24T13:45:51 2022-12-24T13:45:51 [quotedUrls] 2022-12-24T13:45:51 [quotedUrls] nothing found to replace 2022-12-24T13:45:51 Diff after rewrites: diff --git a/pkgs/applications/blockchains/sumokoin/default.nix b/pkgs/applications/blockchains/sumokoin/default.nix index 8a193d906ec..80b6dbbd2eb 100644 --- a/pkgs/applications/blockchains/sumokoin/default.nix +++ b/pkgs/applications/blockchains/sumokoin/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "sumokoin"; - version = "0.2.0.0"; + version = "0.8.1.0"; src = fetchFromGitHub { owner = "sumoprojects"; repo = "sumokoin"; rev = "v${version}"; - sha256 = "0ndgcawhxh3qb3llrrilrwzhs36qpxv7f53rxgcansbff9b3za6n"; + sha256 = "sha256-CHZ6hh60U6mSR68CYDKMWTYyX1koF4gA7YrA1P5f0Dk="; }; nativeBuildInputs = [ cmake ]; 2022-12-24T13:47:25 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sumokoin nix build failed. -- Using LMDB as default DB type -- Stack trace on exception enabled (using easylogging++) -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test _pthread_c -- Performing Test _pthread_c - Success -- Performing Test _pthread_cxx -- Performing Test _pthread_cxx - Success -- Found OpenSSL: /nix/store/zpwhl35d2dkj0p4bli5wp6sw1vfsyab5-openssl-3.0.7/lib/libcrypto.so (found version "3.0.7") -- Using OpenSSL include dir at /nix/store/5l8ssr9hcqakgdgy50mhckrwldsfxb39-openssl-3.0.7-dev/include -- Found Boost: /nix/store/dxc17nkh3zm79qwp5ypbcppdp021y78m-boost-1.65.1-dev/include (found version "1.65.1") -- Could NOT find HIDAPI (missing: HIDAPI_LIBRARY HIDAPI_INCLUDE_DIR) -- Looking for memset_s in c -- Looking for memset_s in c - not found -- Looking for explicit_bzero in c -- Looking for explicit_bzero in c - found -- Looking for strptime -- Looking for strptime - found CMake Error at /nix/store/blqlkgmvs12h8m8rhbv7pmyj7jyxxp37-cmake-3.24.3/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Call Stack (most recent call first): /nix/store/blqlkgmvs12h8m8rhbv7pmyj7jyxxp37-cmake-3.24.3/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /nix/store/blqlkgmvs12h8m8rhbv7pmyj7jyxxp37-cmake-3.24.3/share/cmake-3.24/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args) thirdparty/CMakeLists.txt:38 (find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log". See also "/build/source/build/CMakeFiles/CMakeError.log".