From ebd77acb8009d035b9c4cf37af0b3f06f0294393 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 23 Mar 2022 15:48:00 +0300 Subject: [PATCH 1/3] 3.0.1+quick_unstable-2021-12.14 > 3.0.2+quick_unstable-2022-03.15 --- pkgs/development/libraries/quictls/default.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/development/libraries/quictls/default.nix b/pkgs/development/libraries/quictls/default.nix index 3d5741ccba5..2cc043ee0c1 100644 --- a/pkgs/development/libraries/quictls/default.nix +++ b/pkgs/development/libraries/quictls/default.nix @@ -9,20 +9,15 @@ , withPerl ? stdenv.hostPlatform == stdenv.buildPlatform }: -assert ( - lib.assertMsg (!withPerl -> stdenv.hostPlatform != stdenv.buildPlatform) - "withPerl should not be disabled unless cross compiling" -); - stdenv.mkDerivation rec { pname = "quictls"; - version = "3.0.1+quick_unstable-2021-12.14"; + version = "3.0.2+quick_unstable-2022-03.15"; src = fetchFromGitHub { owner = "quictls"; repo = "openssl"; - rev = "ab8b87bdb436b11bf2a10a2a57a897722224f828"; - sha256 = "sha256-835oZgoM1CTS+JLxPO3oGSTnhLmJXGT1cFaJhCJK++8="; + rev = "7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151"; + sha256 = "sha256-We4ow0mGJFXqYM4PqbGn8qY5IYH/MtNaefrSaJreoRA="; }; patches = [ From 1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 23 Mar 2022 23:54:35 +0300 Subject: [PATCH 2/3] nghttp3: unstable-2021-12-22 -> unstable-2022-04-10 --- pkgs/development/libraries/nghttp3/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ]; From 6cb9beddb14ab304bdab7424e16148c34782fbe7 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Thu, 24 Mar 2022 00:25:13 +0300 Subject: [PATCH 3/3] ngtcp2: unstable-2021-12-19 -> unstable-2022-04-11 --- pkgs/development/libraries/ngtcp2/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/ngtcp2/default.nix b/pkgs/development/libraries/ngtcp2/default.nix index 650516d360c..cb11df7f032 100644 --- a/pkgs/development/libraries/ngtcp2/default.nix +++ b/pkgs/development/libraries/ngtcp2/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "ngtcp2"; - version = "unstable-2021-12-19"; + version = "unstable-2022-04-11"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; - rev = "20c710a8789ec910455ae4e588c72e9e39f8cec9"; - sha256 = "sha256-uBmD26EYT8zxmHD5FuHCbEuTdWxer/3uhRp8PhUT87M="; + rev = "825899c051ea2a1f06a0c4617f41782f37009a18"; + sha256 = "sha256-VoSy0tyIXWNTmcVdsaiM9ijXLq41AOaPBajvsEIrfjo="; }; nativeBuildInputs = [ autoreconfHook pkg-config file ];