mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
http-parser: 2.6.1 -> 2.7.0
This commit is contained in:
parent
2636145368
commit
8f2eb1b7ff
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, gyp, utillinux, python, fixDarwinDylibNames }:
|
{ stdenv, fetchurl, gyp, utillinux, python, fixDarwinDylibNames }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.6.1";
|
version = "2.7.0";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "http-parser-${version}";
|
name = "http-parser-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
|
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
|
||||||
sha256 = "1b9ahv77zryx1z6j7sax2asx0gj209wh2244q9crj7hj14h8bkj8";
|
sha256 = "0rqij6v6wv1giwx4prfa082kw1nka5d9vlb06zkc8mwszq1vzidh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./build-shared.patch ];
|
patches = [ ./build-shared.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user