tintin: 2.01.91 -> 2.01.92 (#74684)

This commit is contained in:
R. RyanTM 2019-11-30 05:43:31 -08:00 committed by Renaud
parent 3c2a3bde28
commit cb521df936

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, pcre }: { stdenv, fetchurl, zlib, pcre }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tintin-2.01.91"; name = "tintin-2.01.92";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/tintin/${name}.tar.gz"; url = "mirror://sourceforge/tintin/${name}.tar.gz";
sha256 = "0nb3przw84r5zaibhpcb8gxm5vllrchca663c3f650fm83asd5im"; sha256 = "0id8rd2yhh6ccjnlwyixflsay1rq3sw6pwlhz1ic3nzj22cd91ik";
}; };
buildInputs = [ zlib pcre ]; buildInputs = [ zlib pcre ];