about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-10-31 11:26:08 +0000
committerGitHub <noreply@github.com>2023-10-31 11:26:08 +0000
commit2cdf2ef5d86de68380e5a4e51a6ea7d06588df29 (patch)
treec1b20b8d18add773222a7d90c7e4ffe90cec3bce /pkgs/applications
parent1c43eb85855797dc7812541ef33bad8cbed4f276 (diff)
parente2c89cb7d368a1869ad87db5096b0e42bc34e96a (diff)
Merge pull request #264486 from r-ryantm/auto-update/mame
mame: 0.259 -> 0.260
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/emulators/mame/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix
index 730ed7b7ac0af..0688947f6ba19 100644
--- a/pkgs/applications/emulators/mame/default.nix
+++ b/pkgs/applications/emulators/mame/default.nix
@@ -38,14 +38,14 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mame";
-  version = "0.259";
+  version = "0.260";
   srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
 
   src = fetchFromGitHub {
     owner = "mamedev";
     repo = "mame";
     rev = "mame${srcVersion}";
-    hash = "sha256-F8psPvwuaILXZF7dCStJApVTD9zzzBwjf1CKGelHlqE=";
+    hash = "sha256-spWnaf7xXK2xzgdUagsgN5doVrpJk7EA6fzYd9FlFm0=";
   };
 
   outputs = [ "out" "tools" ];