freecell-solver 4.18.0 -> 6.8.0 https://repology.org/project/freecell-solver/versions attrpath: freecell-solver 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/games/freecell-solver/default.nix b/pkgs/games/freecell-solver/default.nix index 065e82a0e47..2d2f178542b 100644 --- a/pkgs/games/freecell-solver/default.nix +++ b/pkgs/games/freecell-solver/default.nix @@ -6,11 +6,11 @@ with lib; stdenv.mkDerivation rec { pname = "freecell-solver"; - version = "4.18.0"; + version = "6.8.0"; src = fetchurl { url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz"; - sha256 = "1cmaib69pijmcpvgjvrdry8j4xys8l906l80b8z21vvyhdwrfdnn"; + sha256 = "sha256-lfeKSxXS+jQCcf5PzFNUBlloGRuiLbDUDoGykbjVPTI="; }; nativeBuildInputs = [ 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 freecell-solver nix build failed. cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/share/doc/freecell-solver -DCMAKE_INSTALL_INFODIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/ranlib -DCMAKE_AR=/nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/2rfmjj9ijwwqlyn54wmc2ypy6yvq22bg-freecell-solver-6.8.0 -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/gcc - skipped -- 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/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Perl: /nix/store/5qg40449fx96jl4sq0mbgifdppxq4zap-perl-5.36.0/bin/perl (found version "5.36.0") CMake Error at cmake/rinutils_bootstrap.cmake:24 (MESSAGE): Could not find rinutils anywhere - it should have been bundled in the releases' source tarball. You can try installing it from a source release or from its repository: https://github.com/shlomif/rinutils Also see: https://github.com/shlomif/fortune-mod/issues/44 Call Stack (most recent call first): CMakeLists.txt:228 (RINUTILS_SET_UP_FLAGS)  -- Configuring incomplete, errors occurred! See also "/build/freecell-solver-6.8.0/build/CMakeFiles/CMakeOutput.log".