Merge pull request #250544 from marsam/update-llhttp

llhttp: 9.0.0 -> 9.0.1
This commit is contained in:
Mario Rodas 2023-08-21 08:55:24 -05:00 committed by GitHub
commit aa455f1baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "llhttp";
version = "9.0.0";
version = "9.0.1";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
rev = "release/v${version}";
hash = "sha256-mk9tNZJONh1xdZ8lqquMfFDEvEdYRucNlSrR64U8eaA=";
hash = "sha256-cXqc6/lQUhp9GV8msXsPokd6OGSczvz8uAXkM16GEE0=";
};
nativeBuildInputs = [