mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
commit
cdadc70e5d
@ -3,11 +3,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
assert stdenv.isi686;
|
assert stdenv.isi686;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tibia-10.40";
|
name = "tibia-10.41";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://static.tibia.com/download/tibia1040.tgz;
|
url = http://static.tibia.com/download/tibia1041.tgz;
|
||||||
sha256 = "1d6wibwr84cnglnc0c9d6m3nynbg2zwgnxpyy9ykqiiwsz8qgzyg";
|
sha256 = "1hmqn9c6qaa79ldcnl4ws9dm6rd3ymy48fw254pl6g601amn7b8v";
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = stdenv.shell;
|
shell = stdenv.shell;
|
||||||
@ -52,7 +52,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Top-down MMORPG set in a fantasy world";
|
description = "Top-down MMORPG set in a fantasy world";
|
||||||
homepage = "http://tibia.com";
|
homepage = "http://tibia.com";
|
||||||
license = "unfree";
|
license = "unfree";
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
|
||||||
platforms = ["i686-linux"];
|
platforms = ["i686-linux"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user