forked from mirrors/nixpkgs
tibia: 10.81 -> 10.90
This commit is contained in:
parent
365ed9e37f
commit
581e9f0b32
|
@ -3,11 +3,11 @@
|
|||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.81";
|
||||
name = "tibia-10.90";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1081.tgz;
|
||||
sha256 = "19p102fg31slrwg09q8dzhvz48qp8yrkpq69djn0jb9hrs7k7fpr";
|
||||
url = http://static.tibia.com/download/tibia1090.tgz;
|
||||
sha256 = "11mkh2dynmbpay51yfaxm5dmcys3rnpk579s9ypfkhblsrchbkhx";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
|
Loading…
Reference in a new issue