about summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 01:36:39 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 01:36:39 +0000
commit4c5b71878d523fd58f756dd7afcb51e061332e20 (patch)
tree22519e8b41c6164c7c6dafe32f18ddc49f572a7e /pkgs/games/tintin
parent29b0d4d0b600f8f5dd0b86e3362a33d4181938f9 (diff)
tintin: 2.02.03 -> 2.02.05
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 80f9ffa8f4ff9..29c41d2d787e0 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.03";
+  name = "tintin-2.02.05";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "0ybgy8j8i36d7f892x539vl6fl5zvvfyy5ffc98550vjr6qqhk74";
+    sha256 = "sha256-Y6cAUhItJNade8ASOVdF8aBBLf/UVqjoqrhXBNRL1aE=";
   };
 
   nativeBuildInputs = lib.optional tlsSupport gnutls.dev;