mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 23:07:36 +03:00
fs-uae: 2.8.0 -> 2.8.3
This commit is contained in:
parent
2c056b1f28
commit
345e570921
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user