3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.Pegex: 0.60 -> 0.64

This commit is contained in:
volth 2018-04-07 07:56:11 +00:00
parent 211e145765
commit ebe6350160

View file

@ -11260,10 +11260,10 @@ let self = _self // overrides; _self = with self; {
};
Pegex = buildPerlPackage rec {
name = "Pegex-0.60";
name = "Pegex-0.64";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "317347f8c6355e886d87aef4c30fb4cb6cfa3e46adf62f59e6141ec05a97f2cf";
sha256 = "27e00264bdafb9c2109212b9654542032617fecf7b7814915d2bdac198f067cd";
};
buildInputs = [ FileShareDirInstall YAMLLibYAML ];
meta = {