http-parser: 2.9.2 -> 2.9.3
This commit is contained in:
parent
4496f8f4b8
commit
40971eca7b
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.9.2";
|
version = "2.9.3";
|
||||||
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 = "1qs6x3n2nrcj1wiik5pg5i16inykf7rcfdfdy7rwyzf40pvdl3c2";
|
sha256 = "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
Loading…
Reference in New Issue
Block a user