2022-12-11T11:45:15 sumokoin 0.2.0.0 -> 0.8.1.0 https://github.com/sumoprojects/sumokoin/releases 2022-12-11T11:45:17 attrpath: sumokoin 2022-12-11T11:45:17 Checking auto update branch... 2022-12-11T11:45:17 No auto update branch exists 2022-12-11T11:45:21 [version] 2022-12-11T11:45:26 [version] updated version and sha256 2022-12-11T11:45:26 [rustCrateVersion] 2022-12-11T11:45:26 [rustCrateVersion] No cargoSha256 found 2022-12-11T11:45:26 [golangModuleVersion] 2022-12-11T11:45:26 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-11T11:45:26 [updateScript] 2022-12-11T11:45:26 [updateScript] skipping because derivation has no updateScript 2022-12-11T11:45:26 2022-12-11T11:45:26 [quotedUrls] 2022-12-11T11:45:26 [quotedUrls] nothing found to replace 2022-12-11T11:45:26 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-11T11:47:00 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/nh8nnxnbzgmnns9q0s4wxl1274zf323x-openssl-3.0.7/lib/libcrypto.so (found version "3.0.7") -- Using OpenSSL include dir at /nix/store/gljm3f2sy6cdg5ih03haz4bpimh9gna0-openssl-3.0.7-dev/include -- Found Boost: /nix/store/8bhg2k6nc0isky7qiqmhy2gk6dfx2r0k-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/vh76h64xifdiylk1dfc9s6mgpzazngxs-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/vh76h64xifdiylk1dfc9s6mgpzazngxs-cmake-3.24.3/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /nix/store/vh76h64xifdiylk1dfc9s6mgpzazngxs-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".