tintin: 2.01.4 -> 2.01.7

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-04-02 23:00:53 -07:00
parent 18aa59b0f2
commit 80a1a84a61

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, pcre }:
stdenv.mkDerivation rec {
name = "tintin-2.01.4";
name = "tintin-2.01.7";
src = fetchurl {
url = "mirror://sourceforge/tintin/${name}.tar.gz";
sha256 = "1g7bh8xs1ml0iyraps3a3dzaycci922y7fk5j0wyr4ssyjzsy8nx";
sha256 = "033n84pyxml3n3gd4dq0497n9w331bnrr1gppwipz9ashmq8jz7v";
};
buildInputs = [ zlib pcre ];