about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2020-08-07 19:03:39 +0300
committerGitHub <noreply@github.com>2020-08-07 12:03:39 -0400
commit9bae9409ac3683c97fbec4936df0f412f68e91e6 (patch)
tree0504f84132846b4853246c8bb476cd5e7239d6d0 /pkgs/misc
parentda88c6eee5cb1c8583db1cdc9daef1df85cb5be7 (diff)
mame: 0.222 -> 0.223 (#94853)
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/mame/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/mame/default.nix b/pkgs/misc/emulators/mame/default.nix
index a7bce745984a0..ea5e977622650 100644
--- a/pkgs/misc/emulators/mame/default.nix
+++ b/pkgs/misc/emulators/mame/default.nix
@@ -7,7 +7,7 @@ with stdenv;
 
 let
   majorVersion = "0";
-  minorVersion = "222";
+  minorVersion = "223";
 
   desktopItem = makeDesktopItem {
     name = "MAME";
@@ -26,7 +26,7 @@ in mkDerivation {
     owner = "mamedev";
     repo = "mame";
     rev = "mame${majorVersion}${minorVersion}";
-    sha256 = "1ij08h7cflr76qzyhhj21948275lqkpzi9r4pbc7h2avrlpsijx4";
+    sha256 = "1lh5cmz4f6km2d8fn3m9ns7fc4wzbdp71v0s6vjcynycpyhy3yl1";
   };
 
   hardeningDisable = [ "fortify" ];