File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11690,13 +11690,17 @@ let self = _self // overrides; _self = with self; {
11690
11690
};
11691
11691
11692
11692
Socket6 = buildPerlPackage rec {
11693
- name = "Socket6-0.25 ";
11693
+ name = "Socket6-0.28 ";
11694
11694
src = fetchurl {
11695
11695
url = "mirror://cpan/authors/id/U/UM/UMEMOTO/${name}.tar.gz";
11696
- sha256 = "1ads4k4vvq6pnxkdw0s8gaj03w4h9snxyw7zyikfzd20fy76yx6s ";
11696
+ sha256 = "bfd49ab99f3197c99285fed4683c4edc06277c1e4453f593e694d7bff0974586 ";
11697
11697
};
11698
11698
setOutputFlags = false;
11699
11699
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
+ };
11700
11704
};
11701
11705
11702
11706
SoftwareLicense = buildPerlPackage rec {
You can’t perform that action at this time.
0 commit comments