mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
tibia: update to 10.59
This commit is contained in:
parent
b8252a4494
commit
d285aece7b
@ -3,11 +3,11 @@
|
||||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.58";
|
||||
name = "tibia-10.59";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1058.tgz;
|
||||
sha256 = "0jsg1r8m94sja8jmf4aqakjn45lf6dg029xq8ydxdzg6nma07b9b";
|
||||
url = http://static.tibia.com/download/tibia1059.tgz;
|
||||
sha256 = "0g9f4g7d461yj47rsiv5fpvh4wry9rsx4j6q1jajq4liv5xdlhl7";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
Loading…
Reference in New Issue
Block a user