Skip to content

Commit

Permalink
fs-uae: 2.8.0 -> 2.8.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 345e570)
  • Loading branch information
svanderburg committed Sep 10, 2017
1 parent 7f47214 commit 59b18eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/fs-uae/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 59b18eb

Please sign in to comment.