Merge pull request #239376 from r-ryantm/auto-update/llhttp

llhttp: 8.1.0 -> 8.1.1
This commit is contained in:
Nick Cao 2023-06-24 10:16:41 +08:00 committed by GitHub
commit 7d92ff4169
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 = "8.1.0";
version = "8.1.1";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
rev = "release/v${version}";
hash = "sha256-pBGjcT5MiCSJI12TiH1XH5eAzIeylCdP/82L3o38BJo=";
hash = "sha256-srAHKyYvdEGtjV7BwcKQArwAChRoZqTCfa/RefI/8wQ=";
};
nativeBuildInputs = [