about summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-29 00:42:08 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-29 00:42:08 -0700
commit7a497fa762e92d763dfd7f42729565fd950e7f41 (patch)
tree41925bdbcdbff644ba4e43b8e58891d7aed09645 /pkgs/games/tintin
parentc455adcc42f9b2b62376b9fee99a0c5004a52425 (diff)
tintin: 2.01.8 -> 2.01.90
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tintin/versions
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 eb4299a4092cc..9d62f720dd543 100644
--- a/pkgs/games/tintin/default.nix
+++ b/pkgs/games/tintin/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, zlib, pcre }:
 
 stdenv.mkDerivation rec {
-  name = "tintin-2.01.8";
+  name = "tintin-2.01.90";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "056g82yi784mf4gbrida9fxqmz347m2l9vad2ksv2fhl7g553y2s";
+    sha256 = "0v4khry5fmsp5w370v00ici5c8ryxak4mkaz9h4xfl1jk4mfygkb";
   };
 
   buildInputs = [ zlib pcre ];