llhttp: 9.1.3 -> 9.2.0

This commit is contained in:
R. Ryantm 2024-02-08 06:03:32 +00:00
parent 392580561c
commit f7a1d3b2f6

View file

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