about summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-27 18:02:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-27 18:02:18 +0000
commitff65352c5a5a549df3cf111d0600b916a3771439 (patch)
tree4813d5c20eddc4c0c59bcd60411eb6ed37f5d29a /pkgs/games/tintin
parent1b5925f2189dc9b4ebf7168252bf89a94b7405ba (diff)
tintin: 2.02.02 -> 2.02.03
Diffstat (limited to 'pkgs/games/tintin')
-rw-r--r--pkgs/games/tintin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/tintin/default.nix b/pkgs/games/tintin/default.nix
index 7291f5b4bd218..cd58fcf24fd80 100644
--- a/pkgs/games/tintin/default.nix
+++ b/pkgs/games/tintin/default.nix
@@ -6,11 +6,11 @@
 assert tlsSupport -> gnutls != null;
 
 stdenv.mkDerivation rec {
-  name = "tintin-2.02.02";
+  name = "tintin-2.02.03";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "11ylbp8ip7dwmh4gzb53z147pcfxkl3lwhyy8ngyn2zc634vdn65";
+    sha256 = "0ybgy8j8i36d7f892x539vl6fl5zvvfyy5ffc98550vjr6qqhk74";
   };
 
   nativeBuildInputs = lib.optional tlsSupport gnutls.dev;