Merge pull request #2772 from Fuuzetsu/tibia

tibia: 10.41
This commit is contained in:
John Wiegley 2014-05-27 13:05:38 -05:00
commit cdadc70e5d

View File

@ -3,11 +3,11 @@
with stdenv.lib;
assert stdenv.isi686;
stdenv.mkDerivation {
name = "tibia-10.40";
name = "tibia-10.41";
src = fetchurl {
url = http://static.tibia.com/download/tibia1040.tgz;
sha256 = "1d6wibwr84cnglnc0c9d6m3nynbg2zwgnxpyy9ykqiiwsz8qgzyg";
url = http://static.tibia.com/download/tibia1041.tgz;
sha256 = "1hmqn9c6qaa79ldcnl4ws9dm6rd3ymy48fw254pl6g601amn7b8v";
};
shell = stdenv.shell;
@ -52,7 +52,6 @@ stdenv.mkDerivation {
description = "Top-down MMORPG set in a fantasy world";
homepage = "http://tibia.com";
license = "unfree";
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
platforms = ["i686-linux"];
};
}