From c6d282948bdb9d5ab80c52d6209c246d76629941 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 21 Aug 2023 04:20:00 +0000 Subject: [PATCH] llhttp: 9.0.0 -> 9.0.1 Diff: https://github.com/nodejs/llhttp/compare/release/v9.0.0...release/v9.0.1 Changelog: https://github.com/nodejs/llhttp/releases/tag/release/v9.0.1 --- pkgs/development/libraries/llhttp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/llhttp/default.nix b/pkgs/development/libraries/llhttp/default.nix index 4a03c9bd0f1..413e70ee26a 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.0"; + version = "9.0.1"; src = fetchFromGitHub { owner = "nodejs"; repo = "llhttp"; rev = "release/v${version}"; - hash = "sha256-mk9tNZJONh1xdZ8lqquMfFDEvEdYRucNlSrR64U8eaA="; + hash = "sha256-cXqc6/lQUhp9GV8msXsPokd6OGSczvz8uAXkM16GEE0="; }; nativeBuildInputs = [