http-parser: 2.9.3 -> 2.9.4
This commit is contained in:
parent
68058c66ac
commit
e54a9c85df
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.9.3";
|
version = "2.9.4";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "http-parser";
|
pname = "http-parser";
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -10,7 +10,7 @@ in stdenv.mkDerivation {
|
|||||||
owner = "nodejs";
|
owner = "nodejs";
|
||||||
repo = "http-parser";
|
repo = "http-parser";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811";
|
sha256 = "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
@ -22,7 +22,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An HTTP message parser written in C";
|
description = "An HTTP message parser written in C";
|
||||||
homepage = https://github.com/nodejs/http-parser;
|
homepage = "https://github.com/nodejs/http-parser";
|
||||||
maintainers = with maintainers; [ matthewbauer ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user