From 4ea830ec4e1fa48b5092292eae1b514e95907cf1 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Mon, 12 Oct 2015 12:40:18 +0200 Subject: [PATCH] perl-Config-General: 2.52 -> 2.58 --- pkgs/top-level/perl-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 663b30310918..7fafa9a639f5 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -1829,11 +1829,11 @@ let self = _self // overrides; _self = with self; { }; }; - ConfigGeneral = buildPerlPackage { - name = "Config-General-2.52"; + ConfigGeneral = buildPerlPackage rec { + name = "Config-General-2.58"; src = fetchurl { - url = mirror://cpan/authors/id/T/TL/TLINDEN/Config-General-2.52.tar.gz; - sha256 = "07rmabdh21ljyc9yy6gpjg4w1y0lzwz8daljf0jv2g521hpdfdwr"; + url = "mirror://cpan/authors/id/T/TL/TLINDEN/${name}.tar.gz"; + sha256 = "1vrfp1c7ah2yqvh2gr4v79gbm183xxynm06v6vipva00qvsg6g6n"; }; meta = { license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];