Skip to content

Commit

Permalink
mame: 0.225 -> 0.226 (#102329)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidorah committed Nov 1, 2020
1 parent 546ef7a commit eae2982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/mame/default.nix
Expand Up @@ -7,7 +7,7 @@ with stdenv;

let
majorVersion = "0";
minorVersion = "225";
minorVersion = "226";

desktopItem = makeDesktopItem {
name = "MAME";
Expand All @@ -26,7 +26,7 @@ in mkDerivation {
owner = "mamedev";
repo = "mame";
rev = "mame${majorVersion}${minorVersion}";
sha256 = "0ln5z8xp81j2af2s94dixnk9n68qpi6b3plynp3pharg6dd55yac";
sha256 = "0pnsvz4vkjkqb1ac5wzwz31vx0iknyg5ffly90nhl13kcr656jrj";
};

hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit eae2982

Please sign in to comment.