llhttp: 9.3.0 -> 9.3.1

Changes: https://github.com/nodejs/llhttp/releases/tag/release%2Fv9.3.1
This commit is contained in:
Sergei Trofimovich
2026-02-17 06:29:06 +00:00
parent f2a96e04f2
commit d6502403f8
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "llhttp";
version = "9.3.0";
version = "9.3.1";
src = fetchFromGitHub {
owner = "nodejs";
repo = "llhttp";
tag = "release/v${finalAttrs.version}";
hash = "sha256-VL58h8sdJIpzMiWNqTvfp8oITjb0b3X/F8ygaE9cH94=";
hash = "sha256-eHy8sjmfLA+q1WWuo4bkZ0wRI4q9fkNaW8c2OgKv/MM=";
};
outputs = [