Merge pull request #259133 from marsam/update-llhttp

llhttp: 9.1.2 -> 9.1.3
This commit is contained in:
Mario Rodas 2023-10-05 06:04:56 -05:00 committed by GitHub
commit 37f3a1e117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llhttp";
version = "9.1.2";
version = "9.1.3";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
rev = "release/v${finalAttrs.version}";
hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
hash = "sha256-QacjukWkRCuQA4qzUq45521YOBLPuOSKNR1pVxgxe9o=";
};
outputs = [ "out" "dev" ];