summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/mame
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-04-09 11:31:38 +0100
committerThiago Kenji Okada <thiagokokada@gmail.com>2022-04-09 11:31:38 +0100
commitaec46d1e405726abffa3c421be86951ecc552165 (patch)
tree4a29fa0091553649fc1e1de43ed0c94f57f746cc /pkgs/applications/emulators/mame
parent876b195ecc9f596c9f84670a511fb047c201b0f6 (diff)
mame: 0.239 -> 0.242
Diffstat (limited to 'pkgs/applications/emulators/mame')
-rw-r--r--pkgs/applications/emulators/mame/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix
index b9172ab7f91e..aebe64d5bca4 100644
--- a/pkgs/applications/emulators/mame/default.nix
+++ b/pkgs/applications/emulators/mame/default.nix
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
- version = "0.239";
+ version = "0.242";
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${builtins.replaceStrings [ "." ] [ "" ] version}";
- sha256 = "sha256-svclBaFkp4d6db+zWZNvZP8vWIFz/7M5N1M6WseOFEk=";
+ sha256 = "sha256-06iKM9cpjXuNvChQTPjhb9oQptC4KTZEoxzZk8+x3/k=";
};
hardeningDisable = [ "fortify" ];