about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-31 01:12:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-31 01:12:49 +0000
commit4986e8bf74fe2ec62d4384c7508d98b3fbc2f5f0 (patch)
tree63899fc40b23f096731532a07835258775a97a40 /pkgs/applications/emulators
parent62c76b3411492547ef6bfd0022dd5fbf4f4354ae (diff)
mame: 0.256 -> 0.257
Diffstat (limited to 'pkgs/applications/emulators')
-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 656a1aed7e0d3..3a7e065091974 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.256";
+  version = "0.257";
   srcVersion = builtins.replaceStrings [ "." ] [ "" ] version;
 
   src = fetchFromGitHub {
     owner = "mamedev";
     repo = "mame";
     rev = "mame${srcVersion}";
-    hash = "sha256-rQ1GQks3Nni6ALxfiJzdkKUgbZrXaLu9vJtEDPjgP3Q=";
+    hash = "sha256-iBLHvdqIgF6XkJQX5hFLrP9KkTGWfVvTCs+DRJhsSp4=";
   };
 
   outputs = [ "out" "tools" ];