about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-03-09 22:32:37 -0500
committerGitHub <noreply@github.com>2021-03-09 22:32:37 -0500
commitd5112782d6b2ece388f4bfb1cc0c5f43ae354b9e (patch)
treecaa232d8a7b6742b6768d2ae11db7f2e6061ab51 /pkgs/games
parent155117950ebfd98507f60130bd933fd3d106cdde (diff)
parent4c5b71878d523fd58f756dd7afcb51e061332e20 (diff)
Merge pull request #115668 from r-ryantm/auto-update/tintin
tintin: 2.02.03 -> 2.02.05
Diffstat (limited to 'pkgs/games')
-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;