mame: 0.222 -> 0.223 (#94853)

This commit is contained in:
gnidorah 2020-08-07 19:03:39 +03:00 committed by GitHub
parent da88c6eee5
commit 9bae9409ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];