summary refs log tree commit diff
path: root/pkgs/games/tintin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 10:27:41 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 20:14:09 -0700
commited57cd6147f47cf8933e9e130e3bbbaf91f85717 (patch)
treee2b9ed5d2bf12241200e16ea150ec179de13c235 /pkgs/games/tintin
parent83e7a506649e1597ae62779654f44d77d195eeb8 (diff)
downloadnixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar.gz
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar.bz2
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar.lz
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar.xz
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.tar.zst
nixpkgs-ed57cd6147f47cf8933e9e130e3bbbaf91f85717.zip
tintin: 2.01.90 -> 2.01.91
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 9d62f720dd5..2e1837bdef6 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.90";
+  name = "tintin-2.01.91";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "0v4khry5fmsp5w370v00ici5c8ryxak4mkaz9h4xfl1jk4mfygkb";
+    sha256 = "0nb3przw84r5zaibhpcb8gxm5vllrchca663c3f650fm83asd5im";
   };
 
   buildInputs = [ zlib pcre ];