llhttp: 9.0.0 -> 9.0.1
Diff: https://github.com/nodejs/llhttp/compare/release/v9.0.0...release/v9.0.1 Changelog: https://github.com/nodejs/llhttp/releases/tag/release/v9.0.1
This commit is contained in:
parent
c5d067d0f2
commit
c6d282948b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "llhttp";
|
pname = "llhttp";
|
||||||
version = "9.0.0";
|
version = "9.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nodejs";
|
owner = "nodejs";
|
||||||
repo = "llhttp";
|
repo = "llhttp";
|
||||||
rev = "release/v${version}";
|
rev = "release/v${version}";
|
||||||
hash = "sha256-mk9tNZJONh1xdZ8lqquMfFDEvEdYRucNlSrR64U8eaA=";
|
hash = "sha256-cXqc6/lQUhp9GV8msXsPokd6OGSczvz8uAXkM16GEE0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue