summary refs log tree commit diff
path: root/pkgs/games/tibia
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tibia')
-rw-r--r--pkgs/games/tibia/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/tibia/default.nix b/pkgs/games/tibia/default.nix
index b13db40d789b..9e180e7df257 100644
--- a/pkgs/games/tibia/default.nix
+++ b/pkgs/games/tibia/default.nix
@@ -3,11 +3,11 @@
 with stdenv.lib;
 assert stdenv.isi686;
 stdenv.mkDerivation {
-  name = "tibia-10.74";
+  name = "tibia-10.75";
 
   src = fetchurl {
-    url = http://static.tibia.com/download/tibia1074.tgz;
-    sha256 = "1q8bg33xial0bkagaf4iwn2sny1hglc1fhdxwjbiwrw0jg9w644x";
+    url = http://static.tibia.com/download/tibia1075.tgz;
+    sha256 = "16g4spc8lh7sq3lbnjiprj8d2xd9r9mxy4yz2fnfzj6pa4bx3182";
   };
 
   shell = stdenv.shell;