@@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, gyp, utillinux, python, fixDarwinDylibNames }:
|
||||
|
||||
let
|
||||
version = "2.1";
|
||||
version = "2.2.1";
|
||||
in stdenv.mkDerivation {
|
||||
name = "http-parser-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
|
||||
sha256 = "16a2w5z4g2bma25fqcrkpidqzlq8a2jxkk93ajl721q85406j105";
|
||||
sha256 = "0p8wmchqsj9kwa8pg2is7v0h83q5lqns3vnm6sxrld7gaz979zh5";
|
||||
};
|
||||
|
||||
patches = [ ./build-shared.patch ];
|
||||
|
||||
Reference in New Issue
Block a user