Update pkgs/misc/emulators/mame/default.nix

Fix hash

Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
This commit is contained in:
gnidorah 2020-06-27 10:03:27 +03:00 committed by GitHub
parent 349a264553
commit bb0ec28672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ in mkDerivation {
owner = "mamedev";
repo = "mame";
rev = "mame${majorVersion}${minorVersion}";
sha256 = "1jwc50hmlrkdj204gqcvf7lvgb1r6rhj8hhckykylb1mli04c7gy";
sha256 = "1ij08h7cflr76qzyhhj21948275lqkpzi9r4pbc7h2avrlpsijx4";
};
hardeningDisable = [ "fortify" ];