summary refs log tree commit diff
path: root/pkgs/games/tibia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tibia/default.nix')
-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 a7ded1095268..a980aa53f5f9 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.39";
+  name = "tibia-10.40";
 
   src = fetchurl {
-    url = http://static.tibia.com/download/tibia1039.tgz;
-    sha256 = "0401sdg2b4jb6350z841f9xjipi37z4z82bc72rs0chgdp363n79";
+    url = http://static.tibia.com/download/tibia1040.tgz;
+    sha256 = "1d6wibwr84cnglnc0c9d6m3nynbg2zwgnxpyy9ykqiiwsz8qgzyg";
   };
 
   shell = stdenv.shell;