tintin: 2.01.8 -> 2.01.90

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-09-29 00:42:08 -07:00
parent c455adcc42
commit 7a497fa762

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, pcre }:
stdenv.mkDerivation rec {
name = "tintin-2.01.8";
name = "tintin-2.01.90";
src = fetchurl {
url = "mirror://sourceforge/tintin/${name}.tar.gz";
sha256 = "056g82yi784mf4gbrida9fxqmz347m2l9vad2ksv2fhl7g553y2s";
sha256 = "0v4khry5fmsp5w370v00ici5c8ryxak4mkaz9h4xfl1jk4mfygkb";
};
buildInputs = [ zlib pcre ];