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
This commit is contained in:
R. RyanTM 2019-10-24 10:27:41 -07:00 committed by Jon
parent 83e7a50664
commit ed57cd6147

View file

@ -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 ];