about summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-02 21:14:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-02 21:14:40 +0000
commit684fa47648890ae0ca1803959aaa648bb6f76d90 (patch)
tree5e330d5dd47a65ba27b0f91e1f91daee7c8bfde6 /pkgs/games/tintin
parentee291783e509f809c0c5e2c4050ea9edcfd6c4f6 (diff)
tintin: 2.02.31 -> 2.02.40
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 7a3996abdcf9c..d2c1c0b4168c6 100644
--- a/pkgs/games/tintin/default.nix
+++ b/pkgs/games/tintin/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tintin";
-  version = "2.02.31";
+  version = "2.02.40";
 
   src = fetchFromGitHub {
     owner = "scandum";
     repo = "tintin";
     rev = version;
-    hash = "sha256-emCxA5+YB4S7QXxRqkDKN1xeWttR857VfGzFQ1cGbYg=";
+    hash = "sha256-nJTxAAM5HOStYFjEopLA47ruM9uoVway+aH97AdXo/w=";
   };
 
   buildInputs = [ zlib pcre gnutls ]