llhttp: 9.3.1 -> 9.4.1

This commit is contained in:
Antoine du Hamel
2026-04-30 14:38:57 +02:00
parent 4472cf6560
commit beec7d7a24
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llhttp";
version = "9.3.1";
version = "9.4.1";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
tag = "release/v${finalAttrs.version}";
hash = "sha256-eHy8sjmfLA+q1WWuo4bkZ0wRI4q9fkNaW8c2OgKv/MM=";
hash = "sha256-eQoOsJ3lIIGSIfC4atkbUqCAYzCzs5kzTihYaI4jqz0=";
};
outputs = [