Skip to content

Commit

Permalink
perl-Data-Dumper: 2.154 -> 2.161 + build fix
Browse files Browse the repository at this point in the history
(cherry picked from commit dcdbe96)
  • Loading branch information
timor authored and rycee committed Sep 11, 2017
1 parent a0e6a89 commit c8dfc9b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -2827,11 +2827,15 @@ let self = _self // overrides; _self = with self; {
};
};

DataDumper = buildPerlPackage {
name = "Data-Dumper-2.154";
DataDumper = buildPerlPackage rec {
name = "Data-Dumper-2.161";
src = fetchurl {
url = mirror://cpan/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz;
sha256 = "e30fcb6dea290cda85b67fc46d227a2ea890a8bd36c213557adec9c99ebd212f";
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
sha256 = "3aa4ac1b042b3880438165fb2b2139d377564a8e9928ffe689ede5304ee90558";
};
outputs = [ "out" ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

Expand Down

0 comments on commit c8dfc9b

Please sign in to comment.