atari800: update from 2.0.2 to 2.2.1

This commit is contained in:
Nixpkgs Monitor 2013-12-18 13:58:00 +02:00 committed by Evgeny Egorochkin
parent c0a0c0b38e
commit de91f24803

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, unzip, zlib, SDL}:
stdenv.mkDerivation {
name = "atari800-2.0.2";
name = "atari800-2.2.1";
builder = ./builder.sh;
src = fetchurl {
url = mirror://sourceforge/atari800/atari800-2.0.2.tar.gz;
md5 = "a81f8a5ace5fd89eb6094faef7c936af";
url = mirror://sourceforge/atari800/atari800-2.2.1.tar.gz;
sha256 = "0gkhlb3jc0rd7fcqjm41877fsqr7als3a0n552qmnjzrlcczf5yz";
};
rom = fetchurl {
url = mirror://sourceforge/atari800/xf25.zip;