summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/mame
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-02 20:56:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-02 20:56:41 +0000
commitbd2f039f4559e434dee1e55b638234fe99e79e6e (patch)
tree3707d9c82951e5f7f3f70d1d9e2b37a94e4b7308 /pkgs/applications/emulators/mame
parent4c5c40f176aef39fe0a12fe70bdd4c6ee78299ab (diff)
mame: 0.249 -> 0.250
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 48d77ce5e6fe..a5b104d31abe 100644
--- a/pkgs/applications/emulators/mame/default.nix
+++ b/pkgs/applications/emulators/mame/default.nix
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mame";
- version = "0.249";
+ version = "0.250";
src = fetchFromGitHub {
owner = "mamedev";
repo = "mame";
rev = "mame${builtins.replaceStrings [ "." ] [ "" ] version}";
- sha256 = "sha256-im6y/E0pQxruX2kNXZLE3fHq+zXfsstnOoC1QvH4fd4=";
+ sha256 = "sha256-jexs/1ovRk9Is5orD7hT9fN+dYm+WA+57aZ6JH7zjL4=";
};
outputs = [ "out" "tools" ];