mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
perl-Config-General: 2.52 -> 2.58
This commit is contained in:
parent
53a132a3a4
commit
4ea830ec4e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user