about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-13 02:53:14 +0100
committerGitHub <noreply@github.com>2024-01-13 02:53:14 +0100
commitb26e248445d33d896a2f82ad552ac6a98dde04f3 (patch)
tree5fa2151c19a36fc3a9cf94754f8fe76c70e6042f /pkgs
parent97e55af0ee4fb0e0d8d463610a21a1bbf6e87432 (diff)
parent531642b99655c370f13c27f570a451ca1d6a788a (diff)
Merge pull request #279632 from r-ryantm/auto-update/tintin
tintin: 2.02.40 -> 2.02.41
Diffstat (limited to 'pkgs')
-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 d2c1c0b4168c6..b8945cfb3d551 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.40";
+  version = "2.02.41";
 
   src = fetchFromGitHub {
     owner = "scandum";
     repo = "tintin";
     rev = version;
-    hash = "sha256-nJTxAAM5HOStYFjEopLA47ruM9uoVway+aH97AdXo/w=";
+    hash = "sha256-AfWw9CMBAzTTsrZXDEoOdpvUofIQfLCW7hRgSb7LB00=";
   };
 
   buildInputs = [ zlib pcre gnutls ]