mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
hatari: update from 1.6.2 to 1.8.0
This commit is contained in:
parent
fca55bc9be
commit
85eec74433
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, SDL, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hatari-1.6.2";
|
||||
name = "hatari-1.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.tuxfamily.org/hatari/1.6.2/${name}.tar.bz2";
|
||||
sha256 = "0gqvfqqd0lg3hi261rwh6gi2b5kmza480kfzx43d4l49xcq09pi0";
|
||||
url = "http://download.tuxfamily.org/hatari/1.8.0/${name}.tar.bz2";
|
||||
sha256 = "1szznnndmbyc71751hir3dhybmbrx3rnxs6klgbv9qvqlmmlikvy";
|
||||
};
|
||||
|
||||
# For pthread_cancel
|
||||
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Atari ST/STE/TT/Falcon emulator";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user