aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/http-parser
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-10-10 22:47:37 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-10-11 01:57:57 +0200
commit029496723d2628a425ff89b9ae123884b7784367 (patch)
tree11ba93557944442ee7d2807882e2832266bb3eef /pkgs/development/libraries/http-parser
parented62f798b274ca412f78a0be48ddd4bfe840ed7a (diff)
http-parser: update from 2.2.1 to 2.3
Diffstat (limited to 'pkgs/development/libraries/http-parser')
-rw-r--r--pkgs/development/libraries/http-parser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/http-parser/default.nix b/pkgs/development/libraries/http-parser/default.nix
index bb1f6b630845..9d5b11501fc1 100644
--- a/pkgs/development/libraries/http-parser/default.nix
+++ b/pkgs/development/libraries/http-parser/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, gyp, utillinux, python, fixDarwinDylibNames }:
let
- version = "2.2.1";
+ version = "2.3";
in stdenv.mkDerivation {
name = "http-parser-${version}";
src = fetchurl {
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
- sha256 = "0p8wmchqsj9kwa8pg2is7v0h83q5lqns3vnm6sxrld7gaz979zh5";
+ sha256 = "1qnm466wp8zncr8na4xj2wndfzzfiahafhsaigj8cv35nx56pziv";
};
patches = [ ./build-shared.patch ];