Skip to content

Commit 0fbc663

Browse files
committedMay 19, 2017
perl-Socket6: 0.25 -> 0.28
1 parent 31e32f2 commit 0fbc663

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -11690,13 +11690,17 @@ let self = _self // overrides; _self = with self; {
1169011690
};
1169111691

1169211692
Socket6 = buildPerlPackage rec {
11693-
name = "Socket6-0.25";
11693+
name = "Socket6-0.28";
1169411694
src = fetchurl {
1169511695
url = "mirror://cpan/authors/id/U/UM/UMEMOTO/${name}.tar.gz";
11696-
sha256 = "1ads4k4vvq6pnxkdw0s8gaj03w4h9snxyw7zyikfzd20fy76yx6s";
11696+
sha256 = "bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586";
1169711697
};
1169811698
setOutputFlags = false;
1169911699
buildInputs = [ pkgs.which ];
11700+
meta = {
11701+
description = "IPv6 related part of the C socket.h defines and structure manipulators";
11702+
license = stdenv.lib.licenses.bsd3;
11703+
};
1170011704
};
1170111705

1170211706
SoftwareLicense = buildPerlPackage rec {

0 commit comments

Comments
 (0)
Please sign in to comment.