memento 1.2.2 -> 1.3.0 https://repology.org/project/memento/versions attrpath: memento 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/memento/default.nix b/pkgs/applications/video/memento/default.nix index cee74556eaab..697a205fb55b 100644 --- a/pkgs/applications/video/memento/default.nix +++ b/pkgs/applications/video/memento/default.nix @@ -22,13 +22,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "memento"; - version = "1.2.2"; + version = "1.3.0"; src = fetchFromGitHub { owner = "ripose-jp"; repo = "Memento"; rev = "v${finalAttrs.version}"; - hash = "sha256-55VvT7pHN0/HqxM4vMDQDgUwkVmO/8aOEOye8jcFzgI="; + hash = "sha256-saS+ze8exK5nl2qgrwN9hbJdGddPA8aIfeFHl6SyFOo="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A memento nix build failed. -- Check for working CXX compiler: /nix/store/md6hh4rrcrf99nssvcam3qaqs3skj086-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/md6hh4rrcrf99nssvcam3qaqs3skj086-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found JsonC: /nix/store/hffrnc162j2j1rvrdnfiy8jflcxzf9mn-json-c-0.17/lib/libjson-c.so -- Found libzip: /nix/store/wp5dqa6yp1z6dz919ggnr720rq2dq989-libzip-1.10.1/lib/libzip.so -- Found MeCab: /nix/store/7x01zsxzn9d63zxwaa9bkl76dv1n0rhz-mecab-0.996/lib/libmecab.so -- Found mpv: /nix/store/68p2rgqx7vdqd06qb91w5c8g5d8g7yqd-mpv-with-scripts-0.37.0/lib/libmpv.so -- Found SQLite3: /nix/store/508j45l3lc40mgcmpyz83fxq3zckn0np-sqlite-3.45.3-dev/include (found version "3.45.3") CMake Error at CMakeLists.txt:144 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!