Skip to content

Commit c8dfc9b

Browse files
timorrycee
authored andcommittedSep 11, 2017
perl-Data-Dumper: 2.154 -> 2.161 + build fix
(cherry picked from commit dcdbe96)
1 parent a0e6a89 commit c8dfc9b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎pkgs/top-level/perl-packages.nix

+8-4
Original file line numberDiff line numberDiff line change
@@ -2827,11 +2827,15 @@ let self = _self // overrides; _self = with self; {
28272827
};
28282828
};
28292829

2830-
DataDumper = buildPerlPackage {
2831-
name = "Data-Dumper-2.154";
2830+
DataDumper = buildPerlPackage rec {
2831+
name = "Data-Dumper-2.161";
28322832
src = fetchurl {
2833-
url = mirror://cpan/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz;
2834-
sha256 = "e30fcb6dea290cda85b67fc46d227a2ea890a8bd36c213557adec9c99ebd212f";
2833+
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
2834+
sha256 = "3aa4ac1b042b3880438165fb2b2139d377564a8e9928ffe689ede5304ee90558";
2835+
};
2836+
outputs = [ "out" ];
2837+
meta = {
2838+
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
28352839
};
28362840
};
28372841

0 commit comments

Comments
 (0)
Please sign in to comment.