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
commit79de0c0200be08bcfac634c8f86bb37d76f31d1e (patch)
tree6e3f99f541756dda698d0028dbcaa35b7682c315 /pkgs/development/libraries/llhttp
parent9bb89d58c0515c7fdbde9e99651f0961c586b67d (diff)
llhttp: 9.1.0 -> 9.1.2
Diff: https://github.com/nodejs/llhttp/compare/release/v9.1.0...release/v9.1.2

Changelog: https://github.com/nodejs/llhttp/releases/tag/release/v9.1.2
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 39f06104033e4..8aac286c80ac8 100644
--- a/pkgs/development/libraries/llhttp/default.nix
+++ b/pkgs/development/libraries/llhttp/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "llhttp";
-  version = "9.1.0";
+  version = "9.1.2";
 
   src = fetchFromGitHub {
     owner = "nodejs";
     repo = "llhttp";
     rev = "release/v${finalAttrs.version}";
-    hash = "sha256-DWRo9mVpmty/Ec+pKqPTZqwOlYJD+SmddwEui7P/694=";
+    hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
   };
 
   nativeBuildInputs = [