From 79de0c0200be08bcfac634c8f86bb37d76f31d1e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 13 Sep 2023 04:20:00 +0000 Subject: 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 --- pkgs/development/libraries/llhttp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/llhttp') 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 = [ -- cgit 1.4.1