File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
version = "139" ;
7
7
8
8
mameSrc = fetchurl {
9
- url = "http ://www.aarongiles. com/mirror/ releases/mame0${ version } s.zip" ;
9
+ url = "https ://github. com/mamedev/mame/ releases/download/mame0139 /mame0${ version } s.zip" ;
10
10
sha256 = "1mpkwxfz38cgxzvlni2y3fxas3b8qmnzj2ik2zzbd8mr622jdp79" ;
11
11
} ;
12
-
12
+
13
13
messSrc = fetchurl {
14
- url = "http://mess.redump .net/_media/downloads: mess0${ version } s.zip" ;
14
+ url = "http://www.progettosnaps .net/MESS/src/ mess0${ version } s.zip" ;
15
15
name = "mess0139s.zip" ;
16
16
sha256 = "1v892cg6wn8cdwc8pf1gcqqdb1v1v295r6jw2hf58svwx3h27xyy" ;
17
17
} ;
@@ -39,10 +39,11 @@ stdenv.mkDerivation {
39
39
mkdir -p $out/bin
40
40
cp mess* $out/bin/mess
41
41
'' ;
42
-
42
+
43
43
meta = {
44
44
homepage = http://www.mess.org/ ;
45
45
license = "non-commercial" ;
46
46
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems" ;
47
+ broken = true ;
47
48
} ;
48
49
}
You can’t perform that action at this time.
0 commit comments