ckb-next 0.5.0 -> 0.6.0 https://github.com/ckb-next/ckb-next/releases attrpath: ckb-next 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/ckb-next/default.nix b/pkgs/tools/misc/ckb-next/default.nix index efd581a06cb..3a8e7a7cf31 100644 --- a/pkgs/tools/misc/ckb-next/default.nix +++ b/pkgs/tools/misc/ckb-next/default.nix @@ -4,14 +4,14 @@ }: mkDerivation rec { - version = "0.5.0"; + version = "0.6.0"; pname = "ckb-next"; src = fetchFromGitHub { owner = "ckb-next"; repo = "ckb-next"; rev = "v${version}"; - sha256 = "sha256-yR1myagAqavAR/7lPdufcrJpPmXW7r4N4pxTMF6NbuE="; + sha256 = "sha256-G0cvET3wMIi4FlBmaTkdTyYtcdVGzK4X0C2HYZr43eg="; }; buildInputs = [ 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 ckb-next nix build failed. -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/rzhpy402dbc2kpk3xz87csnm0xiaw53b-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /nix/store/3n58xw4373jp0ljirf06d8077j15pc4j-glibc-2.37-8/lib/libc.so -- Checking for module 'libudev' -- Found libudev, version 253 -- Found UDEV: /nix/store/3dvqpndk3sqxwjqlcbm39a0k20skhs8c-systemd-253.5/lib/libudev.so -- systemd detected -- Generating and importing ckb-next-daemon.service (systemd) -- Found PulseAudio: /nix/store/61r6ay93bxjx6d2ff2j3vwb00xpw0iyg-libpulseaudio-16.1/lib/libpulse.so -- Found ZLIB: /nix/store/wmi7ifah7ggl9bah85zpmsgxv6lk04a7-zlib-1.2.13/lib/libz.so (found version "1.2.13") CMake Error at /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find QuaZip (missing: QuaZip_LIBRARIES QuaZip_INCLUDE_DIR) Call Stack (most recent call first): /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindQuaZip.cmake:50 (find_package_handle_standard_args) src/gui/CMakeLists.txt:75 (find_package)  -- Configuring incomplete, errors occurred!