From fcda1b71b60ab0ecad6153a8cf46f9b2aad18b87 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 4 Oct 2023 04:20:00 +0000 Subject: [PATCH] llhttp: 9.1.2 -> 9.1.3 Diff: https://github.com/nodejs/llhttp/compare/release/v9.1.2...release/v9.1.3 Changelog: https://github.com/nodejs/llhttp/releases/tag/release/v9.1.3 --- 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 39b1e0bf260e..fbf7198f1d55 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.2"; + version = "9.1.3"; src = fetchFromGitHub { owner = "nodejs"; repo = "llhttp"; rev = "release/v${finalAttrs.version}"; - hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ="; + hash = "sha256-QacjukWkRCuQA4qzUq45521YOBLPuOSKNR1pVxgxe9o="; }; outputs = [ "out" "dev" ];