mame 0 -> 1 attrpath: mame Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/lbwmxsrd0hq34z7mih46d9dvcbnzkqv2-mame-update-script.drv /nix/store/i0wn8q45dzyjb644sf53hhwfim44pzxm-packages.json.drv building '/nix/store/lbwmxsrd0hq34z7mih46d9dvcbnzkqv2-mame-update-script.drv'... building '/nix/store/i0wn8q45dzyjb644sf53hhwfim44pzxm-packages.json.drv'... Going to be running update for following packages: - mame-0.252 Press Enter key to continue... Running update for: - mame-0.252: UPDATING ... - mame-0.252: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix index ac5f0f5ce03..cceff73b810 100644 --- a/pkgs/applications/emulators/mame/default.nix +++ b/pkgs/applications/emulators/mame/default.nix @@ -39,14 +39,14 @@ let in stdenv.mkDerivation rec { pname = "mame"; - version = "0.252"; + version = "0.253"; srcVersion = builtins.replaceStrings [ "." ] [ "" ] version; src = fetchFromGitHub { owner = "mamedev"; repo = "mame"; rev = "mame${srcVersion}"; - hash = "sha256-snef00pTbukiLQp8eAMfuIqNV3l0wP1+KlpFnS3iKFg="; + hash = "sha256-8iMOf4sT6xNw5oYxGmdCOXhnRhh5piNEWleAXS4HL14="; }; outputs = [ "out" "tools" ]; No auto update branch exists 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 mame nix build failed. Compiling src/emu/romload.cpp... Compiling src/emu/save.cpp... Compiling src/emu/schedule.cpp... ../../../../../src/emu/schedule.cpp: In member function 'void device_scheduler::trigger(int, const attotime&)': ../../../../../src/emu/schedule.cpp:533:26: warning: 'void device_scheduler::timer_set(const attotime&, timer_expired_delegate, int)' is deprecated: timer_set is deprecated; please avoid anonymous timers. Use TIMER_CALLBACK_MEMBER and an allocated emu_timer instead. []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 533 | timer_set(after, timer_expired_delegate(FUNC(device_scheduler::timed_trigger), this), trigid); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../../../src/emu/emu.h:74: ../../../../../src/emu/schedule.h:125:14: note: declared here 125 | void timer_set(const attotime &duration, timer_expired_delegate callback, int param = 0); | ^~~~~~~~~ Compiling src/emu/screen.cpp... Compiling src/emu/softlist.cpp... Compiling src/emu/softlist_dev.cpp... Compiling src/emu/sound.cpp... Compiling src/emu/speaker.cpp... Compiling src/emu/tilemap.cpp... Compiling src/emu/uiinput.cpp... Compiling src/emu/validity.cpp... Compiling src/emu/video.cpp... Compiling src/emu/video/generic.cpp... Compiling src/emu/video/resnet.cpp... Compiling src/emu/video/rgbgen.cpp... Compiling src/emu/video/rgbsse.cpp... Compiling src/emu/video/rgbvmx.cpp... Compiling src/emu/xtal.cpp... Compiling src/emu/rendfont.cpp... Compiling src/emu/rendlay.cpp... Archiving libemu.a... make: *** [makefile:1273: linux_x64] Error 2