perl-Config-General: 2.52 -> 2.58

This commit is contained in:
Pascal Wittmann 2015-10-12 12:40:18 +02:00
parent 53a132a3a4
commit 4ea830ec4e

View file

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