Merge pull request #38348 from r-ryantm/auto-update/http-parser
http-parser: 2.8.0 -> 2.8.1
This commit is contained in:
commit
4cb43ab3fc
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchurl, python2Packages, utillinux, fixDarwinDylibNames }:
|
{ stdenv, fetchurl, python2Packages, utillinux, fixDarwinDylibNames }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.8.0";
|
version = "2.8.1";
|
||||||
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 = "17a7k3nxv2p1sp2x5d89wr51vk770753vz6qnlp2gz7nkgwwcxvj";
|
sha256 = "15ids8k2f0xhnnxh4m85w2f78pg5ndiwrpl24kyssznnp1l5yqai";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./build-shared.patch ];
|
patches = [ ./build-shared.patch ];
|
||||||
|
|
Loading…
Reference in New Issue