3
0
Fork 0
forked from mirrors/nixpkgs

tibia: update to 10.58

This commit is contained in:
Mateusz Kowalczyk 2014-10-07 16:59:03 +01:00
parent 9440e6ba7d
commit 05130419d5

View file

@ -3,11 +3,11 @@
with stdenv.lib;
assert stdenv.isi686;
stdenv.mkDerivation {
name = "tibia-10.57";
name = "tibia-10.58";
src = fetchurl {
url = http://static.tibia.com/download/tibia1057.tgz;
sha256 = "1bhfrz66n1cvvy11ybr3yfn3i3vr98nnp3q11gssk8nby5bqm2fi";
url = http://static.tibia.com/download/tibia1058.tgz;
sha256 = "0jsg1r8m94sja8jmf4aqakjn45lf6dg029xq8ydxdzg6nma07b9b";
};
shell = stdenv.shell;