From 830b58f56253135bcb2cff33e14f460b3f2a6bf1 Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Tue, 24 May 2016 16:15:43 +0200 Subject: pcre2: 10.20 -> 10.21 --- pkgs/development/libraries/pcre2/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/development/libraries/pcre2') diff --git a/pkgs/development/libraries/pcre2/default.nix b/pkgs/development/libraries/pcre2/default.nix index 4f8d5cf1aaa8e..447b8fe15ec0d 100644 --- a/pkgs/development/libraries/pcre2/default.nix +++ b/pkgs/development/libraries/pcre2/default.nix @@ -1,10 +1,10 @@ { stdenv, fetchurl }: -stdenv.mkDerivation { - name = "pcre2-10.20"; +stdenv.mkDerivation rec { + name = "pcre2-10.21"; src = fetchurl { - url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.20.tar.bz2"; - sha256 = "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik"; + url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2"; + sha256 = "1q6lrj9b08l1q39vxipb0fi88x6ybvkr6439h8bjb9r8jd81fsn6"; }; configureFlags = [ @@ -14,7 +14,7 @@ stdenv.mkDerivation { ]; meta = { - description = "Perl Compatible Regular Expressions"; + description = "Perl Compatible Regular Expressions"; homepage = "http://www.pcre.org/"; license = stdenv.lib.licenses.bsd3; maintainers = [ stdenv.lib.maintainers.ttuegel ]; -- cgit 1.4.1