about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-30 05:43:31 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-30 14:43:31 +0100
commitcb521df93684594aff6e6cb69fcc49fc016c8942 (patch)
tree330902c4ad0b467086810655295fd2fac8f50c9f /pkgs/games
parent3c2a3bde28ad01c4996cf0c946d40c2ef064be91 (diff)
downloadnixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar.gz
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar.bz2
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar.lz
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar.xz
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.tar.zst
nixlib-cb521df93684594aff6e6cb69fcc49fc016c8942.zip
tintin: 2.01.91 -> 2.01.92 (#74684)
Diffstat (limited to 'pkgs/games')
-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 2e1837bdef66..dc696d055580 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.91";
+  name = "tintin-2.01.92";
 
   src = fetchurl {
     url    = "mirror://sourceforge/tintin/${name}.tar.gz";
-    sha256 = "0nb3przw84r5zaibhpcb8gxm5vllrchca663c3f650fm83asd5im";
+    sha256 = "0id8rd2yhh6ccjnlwyixflsay1rq3sw6pwlhz1ic3nzj22cd91ik";
   };
 
   buildInputs = [ zlib pcre ];