fs-uae: 2.8.0 -> 2.8.3

This commit is contained in:
Sander van der Burg 2017-09-10 14:24:59 +00:00
parent 2c056b1f28
commit 345e570921

View File

@ -5,11 +5,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "fs-uae-${version}";
version = "2.8.0";
version = "2.8.3";
src = fetchurl {
url = "http://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz";
sha256 = "1cvvlkzhh4rrpax7505bngw990rx86l1nhad174zpqc9ah93il25";
sha256 = "14k2p324sdr662f49299mv0bw5jmpj1i2iqn0xs5pgf80x6l3mg2";
};
buildInputs = [ pkgconfig gettext gtk2 SDL2 zlib glib openal mesa lua freetype libmpeg2 zip ];