Skip to content

Commit dcdbe96

Browse files
timorrycee
authored andcommittedSep 11, 2017
perl-Data-Dumper: 2.154 -> 2.161 + build fix
1 parent 58ad01a commit dcdbe96

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
@@ -2945,11 +2945,15 @@ let self = _self // overrides; _self = with self; {
29452945
};
29462946
};
29472947

2948-
DataDumper = buildPerlPackage {
2949-
name = "Data-Dumper-2.154";
2948+
DataDumper = buildPerlPackage rec {
2949+
name = "Data-Dumper-2.161";
29502950
src = fetchurl {
2951-
url = mirror://cpan/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz;
2952-
sha256 = "e30fcb6dea290cda85b67fc46d227a2ea890a8bd36c213557adec9c99ebd212f";
2951+
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
2952+
sha256 = "3aa4ac1b042b3880438165fb2b2139d377564a8e9928ffe689ede5304ee90558";
2953+
};
2954+
outputs = [ "out" ];
2955+
meta = {
2956+
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
29532957
};
29542958
};
29552959

0 commit comments

Comments
 (0)
Please sign in to comment.