Skip to content

Commit

Permalink
http-parser: 2.7.0 -> 2.8.0
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.8.0 in filename of file in /nix/store/ngjpad116az0ib95brrcj761z4wh5hak-http-parser-2.8.0
  • Loading branch information
ryantm authored and obadz committed Mar 4, 2018
1 parent 4dcd9bd commit b0ff7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/http-parser/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, python2Packages, utillinux, fixDarwinDylibNames }:

let
version = "2.7.0";
version = "2.8.0";
in stdenv.mkDerivation {
name = "http-parser-${version}";

src = fetchurl {
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
sha256 = "0rqij6v6wv1giwx4prfa082kw1nka5d9vlb06zkc8mwszq1vzidh";
sha256 = "17a7k3nxv2p1sp2x5d89wr51vk770753vz6qnlp2gz7nkgwwcxvj";
};

patches = [ ./build-shared.patch ];
Expand Down

0 comments on commit b0ff7ca

Please sign in to comment.