Skip to content

Commit

Permalink
perl-Socket6: 0.25 -> 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed May 19, 2017
1 parent 31e32f2 commit 0fbc663
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11690,13 +11690,17 @@ let self = _self // overrides; _self = with self; {
};

Socket6 = buildPerlPackage rec {
name = "Socket6-0.25";
name = "Socket6-0.28";
src = fetchurl {
url = "mirror://cpan/authors/id/U/UM/UMEMOTO/${name}.tar.gz";
sha256 = "1ads4k4vvq6pnxkdw0s8gaj03w4h9snxyw7zyikfzd20fy76yx6s";
sha256 = "bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586";
};
setOutputFlags = false;
buildInputs = [ pkgs.which ];
meta = {
description = "IPv6 related part of the C socket.h defines and structure manipulators";
license = stdenv.lib.licenses.bsd3;
};
};

SoftwareLicense = buildPerlPackage rec {
Expand Down

0 comments on commit 0fbc663

Please sign in to comment.