forked from mirrors/nixpkgs
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:
parent
349a264553
commit
bb0ec28672
|
@ -26,7 +26,7 @@ in mkDerivation {
|
|||
owner = "mamedev";
|
||||
repo = "mame";
|
||||
rev = "mame${majorVersion}${minorVersion}";
|
||||
sha256 = "1jwc50hmlrkdj204gqcvf7lvgb1r6rhj8hhckykylb1mli04c7gy";
|
||||
sha256 = "1ij08h7cflr76qzyhhj21948275lqkpzi9r4pbc7h2avrlpsijx4";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
|
Loading…
Reference in a new issue