summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-02 18:32:42 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-03 08:30:46 +0200
commitb85a00ee67aa1716becd1ec14c20271dabb11f39 (patch)
tree49ac349c29657fc3d595ef1b56d03246362f347f /pkgs/games/tintin
parentc650aa2d9e123c8f4096f0b99b7cca04a6d4d8b7 (diff)
downloadnixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar.gz
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar.bz2
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar.lz
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar.xz
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.tar.zst
nixpkgs-b85a00ee67aa1716becd1ec14c20271dabb11f39.zip
tintin: 2.01.7 -> 2.01.8
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 50fb7ba19c4..eb4299a4092 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.7";
+  name = "tintin-2.01.8";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "033n84pyxml3n3gd4dq0497n9w331bnrr1gppwipz9ashmq8jz7v";
+    sha256 = "056g82yi784mf4gbrida9fxqmz347m2l9vad2ksv2fhl7g553y2s";
   };
 
   buildInputs = [ zlib pcre ];