From 10c864c2a97af8d715fd50c75c9b10c18e9d3c6d Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Sun, 13 Dec 2020 13:26:49 +0100 Subject: [PATCH] [nix-update-cpan] perlPackages.ExtUtilsInstall: 2.16 -> 2.18 --- pkgs/top-level/perl-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index ea912a0ee60..49b2fcbded0 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -7416,10 +7416,10 @@ let ExtUtilsInstall = buildPerlPackage { pname = "ExtUtils-Install"; - version = "2.16"; + version = "2.18"; src = fetchurl { - url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-Install-2.16.tar.gz"; - sha256 = "9b6cd0aa3585ce45b6faf6de490a561d51d530dc7922888989febf067c0632dc"; + url = "mirror://cpan/authors/id/B/BI/BINGOS/ExtUtils-Install-2.18.tar.gz"; + sha256 = "1i9hgvk3wcyshigfwvlrm2qilh8xvb7lfk3qdjrbnrrvl9xqgpg5"; }; meta = { description = "Install files from here to there";