hatari 2.3.1 -> 2.4.1 https://repology.org/project/hatari/versions attrpath: hatari 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/emulators/hatari/default.nix b/pkgs/applications/emulators/hatari/default.nix index de98278b8325..6f0a55e8231f 100644 --- a/pkgs/applications/emulators/hatari/default.nix +++ b/pkgs/applications/emulators/hatari/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "hatari"; - version = "2.3.1"; + version = "2.4.1"; src = fetchurl { url = "https://download.tuxfamily.org/hatari/${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-RKL2LKmV442eCHSAaVbwucPMhOqJ4BaaY4SbY807ZL0="; + sha256 = "sha256-Kl2hkygEFnFB3kvubBxdjVMDAmD+f+fjHl5xpMAOBUc="; }; # For pthread_cancel 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 hatari nix build failed. unpacking sources unpacking source archive /nix/store/ci1zbambknmcj8h91xlh87yx18z2qk1g-hatari-2.4.1.tar.bz2 source root is hatari-2.4.1 setting SOURCE_DATE_EPOCH to timestamp 1659558160 of file hatari-2.4.1/src/tos.img @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } configuring fixing cmake files... 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/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/share/doc/Hatari -DCMAKE_INSTALL_INFODIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/ranlib -DCMAKE_AR=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/vjj7l4s7ygfcivsbribs1w10mpd55dks-hatari-2.4.1 -DCMAKE_EXE_LINKER_FLAGS=-lgcc_s -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Performing Test ASAN_AVAILABLE -- Performing Test ASAN_AVAILABLE - Failed -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) CMake Error at CMakeLists.txt:105 (message): SDL2 library not found!  -- Configuring incomplete, errors occurred!