mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
perl-Config-General: 2.58 -> 2.60
This commit is contained in:
parent
86dae70173
commit
badeb8d35d
@ -1831,10 +1831,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
ConfigGeneral = buildPerlPackage rec {
|
||||
name = "Config-General-2.58";
|
||||
name = "Config-General-2.60";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TL/TLINDEN/${name}.tar.gz";
|
||||
sha256 = "1vrfp1c7ah2yqvh2gr4v79gbm183xxynm06v6vipva00qvsg6g6n";
|
||||
sha256 = "1biqzrvxr9cc8m5jaldnqzmj44q07y4pv6izgb7irsij0rn18m2i";
|
||||
};
|
||||
meta = {
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user