mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tibia: update to 10.64
This commit is contained in:
parent
00444ab724
commit
65bdddb430
@ -3,11 +3,11 @@
|
||||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.63";
|
||||
name = "tibia-10.64";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1063.tgz;
|
||||
sha256 = "1kycc8wc69yx9v9f3nxd9548wgic9rs8pccyh2vgflcaqq0kbrqf";
|
||||
url = http://static.tibia.com/download/tibia1064.tgz;
|
||||
sha256 = "0g3hg65aclbhdm3sfpxxzyc4cdv1q6i2mzzgq2h8bpyc1m3in1j9";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
Loading…
Reference in New Issue
Block a user