about summary refs log tree commit diff
path: root/pkgs/development/libraries/llhttp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-13 04:20:00 +0000
commitec74ab7a2e5df60aeb124743e4979e57b7145914 (patch)
treef904b06481229d2b35e306420bcf6c36510d4d79 /pkgs/development/libraries/llhttp
parent1c3e93e643e11377fbb1a8a75c188dd043a28503 (diff)
llhttp: 9.0.1 -> 9.1.0
Diff: https://github.com/nodejs/llhttp/compare/release/v9.0.1...v9.1.0

Changelog: https://github.com/nodejs/llhttp/releases/tag/release/v9.1.0
Diffstat (limited to 'pkgs/development/libraries/llhttp')
-rw-r--r--pkgs/development/libraries/llhttp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/llhttp/default.nix b/pkgs/development/libraries/llhttp/default.nix
index 413e70ee26af5..11bc220aeeafc 100644
--- a/pkgs/development/libraries/llhttp/default.nix
+++ b/pkgs/development/libraries/llhttp/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "llhttp";
-  version = "9.0.1";
+  version = "9.1.0";
 
   src = fetchFromGitHub {
     owner = "nodejs";
     repo = "llhttp";
     rev = "release/v${version}";
-    hash = "sha256-cXqc6/lQUhp9GV8msXsPokd6OGSczvz8uAXkM16GEE0=";
+    hash = "sha256-DWRo9mVpmty/Ec+pKqPTZqwOlYJD+SmddwEui7P/694=";
   };
 
   nativeBuildInputs = [