Merge pull request #58902 from r-ryantm/auto-update/tintin

tintin: 2.01.4 -> 2.01.7
This commit is contained in:
Pascal Wittmann 2019-04-07 14:43:40 +02:00 committed by GitHub
commit 3526267532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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