mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
perl-Data-Dumper: 2.154 -> 2.161 + build fix
This commit is contained in:
parent
58ad01ab70
commit
dcdbe960f8
1 changed files with 8 additions and 4 deletions
|
@ -2945,11 +2945,15 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DataDumper = buildPerlPackage {
|
DataDumper = buildPerlPackage rec {
|
||||||
name = "Data-Dumper-2.154";
|
name = "Data-Dumper-2.161";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz;
|
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
|
||||||
sha256 = "e30fcb6dea290cda85b67fc46d227a2ea890a8bd36c213557adec9c99ebd212f";
|
sha256 = "3aa4ac1b042b3880438165fb2b2139d377564a8e9928ffe689ede5304ee90558";
|
||||||
|
};
|
||||||
|
outputs = [ "out" ];
|
||||||
|
meta = {
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue