forked from mirrors/nixpkgs
tibia: update to 10.74
This commit is contained in:
parent
98f650a477
commit
ed943be5d8
|
@ -3,11 +3,11 @@
|
|||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.73";
|
||||
name = "tibia-10.74";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1073.tgz;
|
||||
sha256 = "0p4jlv9n18bq8blsz5xzg1ln9gq0cv8szl8pi133s5h66np1si8y";
|
||||
url = http://static.tibia.com/download/tibia1074.tgz;
|
||||
sha256 = "1q8bg33xial0bkagaf4iwn2sny1hglc1fhdxwjbiwrw0jg9w644x";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
|
Loading…
Reference in a new issue