mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
tibia: update to 10.76
This commit is contained in:
parent
2fe5f5eada
commit
d4b4e586f1
|
@ -3,11 +3,11 @@
|
|||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.75";
|
||||
name = "tibia-10.76";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1075.tgz;
|
||||
sha256 = "16g4spc8lh7sq3lbnjiprj8d2xd9r9mxy4yz2fnfzj6pa4bx3182";
|
||||
url = http://static.tibia.com/download/tibia1076.tgz;
|
||||
sha256 = "1kzsbrravk8lmpirghhsynnygmcig8jkbw6qfzk1fkabi1d02yrv";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
|
Loading…
Reference in a new issue