Merge pull request #91618 from gnidorah/mame

mame: 0.221 -> 0.222
wip/yesman
Daniël de Kok 4 years ago committed by GitHub
commit 5cee53cbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/misc/emulators/mame/default.nix

@ -7,7 +7,7 @@ with stdenv;
let
majorVersion = "0";
minorVersion = "221";
minorVersion = "222";
desktopItem = makeDesktopItem {
name = "MAME";
@ -26,7 +26,7 @@ in mkDerivation {
owner = "mamedev";
repo = "mame";
rev = "mame${majorVersion}${minorVersion}";
sha256 = "1pqwa5qcrk0wgbyns6fkv7j3pn7byf216cixc3phhhgvfidgr8ww";
sha256 = "1ij08h7cflr76qzyhhj21948275lqkpzi9r4pbc7h2avrlpsijx4";
};
hardeningDisable = [ "fortify" ];

Loading…
Cancel
Save