lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FS-UAE: 2.4.1 -> 2.4.3

+4 -2
+4 -2
pkgs/misc/emulators/fs-uae/default.nix
··· 5 5 stdenv.mkDerivation rec{ 6 6 7 7 name = "fs-uae-${version}"; 8 - version = "2.4.1"; 8 + version = "2.4.3"; 9 9 10 10 src = fetchurl { 11 11 urls = [ "http://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz" ]; 12 - sha256 = "05gvnrkl1aclq1a6z57k6rmdnsg2ghyjcscwq0w5dhc5vcalv6f0"; 12 + sha256 = "05wngvpqj8kj4wzi5jzzhvs19iljb3m6ba1l2hk4rz68b400ndv6"; 13 13 }; 14 14 15 15 buildInputs = [ pkgconfig gettext gtk SDL zlib glib openal mesa lua freetype ]; ··· 33 33 maintainers = [ maintainers.AndersonTorres ]; 34 34 }; 35 35 } 36 + # TODO: testing and Python GUI support 37 + # TODO: SDL2 support