llhttp: 9.4.1 -> 9.4.2

This commit is contained in:
Antoine du Hamel 2026-06-18 15:08:28 +02:00
commit a0728be44a
No known key found for this signature in database
GPG key ID: 20B1A390B168D356

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llhttp";
version = "9.4.1";
version = "9.4.2";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
tag = "release/v${finalAttrs.version}";
hash = "sha256-eQoOsJ3lIIGSIfC4atkbUqCAYzCzs5kzTihYaI4jqz0=";
hash = "sha256-LS8HS8CnXJ3X8WlIvtxBLc0h1wLL/HmTqZWHlvBjTEo=";
};
outputs = [