summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2020-11-01 19:40:42 +0300
committerGitHub <noreply@github.com>2020-11-01 11:40:42 -0500
commiteae298212386bfd73c9c5c5b6fbccc2c64c566f7 (patch)
tree298571654cafb44267b4df86194f6e111f61a20d /pkgs/misc
parent546ef7afd7fc9a78f2eb3164d0815ce892b73fb9 (diff)
mame: 0.225 -> 0.226 (#102329)
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 3033ce8dc7b14..ddf0a129ab82e 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 = "225";
+  minorVersion = "226";
 
   desktopItem = makeDesktopItem {
     name = "MAME";
@@ -26,7 +26,7 @@ in mkDerivation {
     owner = "mamedev";
     repo = "mame";
     rev = "mame${majorVersion}${minorVersion}";
-    sha256 = "0ln5z8xp81j2af2s94dixnk9n68qpi6b3plynp3pharg6dd55yac";
+    sha256 = "0pnsvz4vkjkqb1ac5wzwz31vx0iknyg5ffly90nhl13kcr656jrj";
   };
 
   hardeningDisable = [ "fortify" ];