From 1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 23 Mar 2022 23:54:35 +0300 Subject: nghttp3: unstable-2021-12-22 -> unstable-2022-04-10 --- pkgs/development/libraries/nghttp3/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/nghttp3/default.nix b/pkgs/development/libraries/nghttp3/default.nix index fc2416c2cfb..d9608b8e140 100644 --- a/pkgs/development/libraries/nghttp3/default.nix +++ b/pkgs/development/libraries/nghttp3/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "nghttp3"; - version = "unstable-2021-12-22"; + version = "unstable-2022-04-10"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; - rev = "8d8184acf850b06b53157bba39022bc7b7b5f1cd"; - sha256 = "sha256-pV1xdQa5RBz17jDINC2uN1Q+jpa2edDwqTqf8D5VU3E="; + rev = "1e4bef2cc45b1fd3971ca3606d08a1e1d1567b1a"; + sha256 = "sha256-DHNxtu4X0S8l1ADwRJC3yQ+Z1ja3FT0Zb/boRh6PvYw="; }; nativeBuildInputs = [ autoreconfHook pkg-config file ]; -- cgit 1.4.1