mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
perl-YAML: 0.90 -> 1.15
This commit is contained in:
parent
d17b367e0c
commit
87ca45a08d
@ -12645,12 +12645,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
YAML = buildPerlPackage {
|
YAML = buildPerlPackage rec {
|
||||||
name = "YAML-0.90";
|
name = "YAML-1.15";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/I/IN/INGY/YAML-0.90.tar.gz;
|
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
||||||
sha256 = "0kfsmhv1lmqw2g1038azpxkfb91valwkh4i4gfjvqrj2wsr2hzhq";
|
sha256 = "06wx1pzc2sb7vidlp17g1x11rrz57ch8q68gjj8fbgd75wr9bx40";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ TestBase TestYAML ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/ingydotnet/yaml-pm/tree;
|
homepage = https://github.com/ingydotnet/yaml-pm/tree;
|
||||||
description = "YAML Ain't Markup Language (tm)";
|
description = "YAML Ain't Markup Language (tm)";
|
||||||
|
Loading…
Reference in New Issue
Block a user