perl: Update to 5.16.2

This commit is contained in:
Eelco Dolstra 2012-11-23 17:02:10 +01:00
parent 4065ae9174
commit 7774506201

View File

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
name = "perl-5.16.1";
name = "perl-5.16.2";
src = fetchurl {
url = "mirror://cpan/src/${name}.tar.gz";
sha256 = "15qxzba3a50c9nik5ydgyfp62x7h9vxxn12yd1jgl93hb1wj96km";
sha256 = "03nh8bqnjsdd5izjv3n2yfcxw4ck0llwww36jpbjbjgixwpqpy4f";
};
patches =