fortune 3.14.1 -> 3.16.0 https://github.com/shlomif/fortune-mod/releases attrpath: fortune 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/fortune/default.nix b/pkgs/tools/misc/fortune/default.nix index e82b13d12c6..00b1b44773a 100644 --- a/pkgs/tools/misc/fortune/default.nix +++ b/pkgs/tools/misc/fortune/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fortune-mod"; - version = "3.14.1"; + version = "3.16.0"; # We use fetchurl instead of fetchFromGitHub because the release pack has some # special files. src = fetchurl { url = "https://github.com/shlomif/fortune-mod/releases/download/${pname}-${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-NnAj9dsB1ZUuTm2W8mPdK2h15Dtro8ve6c+tPoKUsXs="; + sha256 = "sha256-dkpkTBulXaN52BHaV4MWEIoQFkmWaG66O9Ppes/GLPo="; }; nativeBuildInputs = [ cmake perl ]; 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 fortune nix build failed. -- Check for working C compiler: /nix/store/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-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/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Perl: /nix/store/bja5fzkjjn26zz742pgkvpm5dq3girv9-perl-5.36.0/bin/perl (found version "5.36.0") -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Performing Test FLAG_EXISTS_1 -- Performing Test FLAG_EXISTS_1 - Success -- Performing Test FLAG_EXISTS_2 -- Performing Test FLAG_EXISTS_2 - Success 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:110 (RINUTILS_SET_UP_FLAGS)  -- Configuring incomplete, errors occurred! See also "/build/fortune-mod-3.16.0/build/CMakeFiles/CMakeOutput.log".