about 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 1eb60fc3b564..b13db40d789b 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.71";
+  name = "tibia-10.74";
 
   src = fetchurl {
-    url = http://static.tibia.com/download/tibia1071.tgz;
-    sha256 = "183949xfvbbxbhj4i85ybcfv7h9j1f4va4c61wjzbhyjf55vj69a";
+    url = http://static.tibia.com/download/tibia1074.tgz;
+    sha256 = "1q8bg33xial0bkagaf4iwn2sny1hglc1fhdxwjbiwrw0jg9w644x";
   };
 
   shell = stdenv.shell;