summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-03-23 23:54:35 +0300
committerIzorkin <izorkin@elven.pw>2022-04-12 09:42:09 +0300
commit1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6 (patch)
tree1ec12be449ed6d33fe88f68ffa67eb07ce1bd05e /pkgs/development/libraries
parentebd77acb8009d035b9c4cf37af0b3f06f0294393 (diff)
downloadnixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar.gz
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar.bz2
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar.lz
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar.xz
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.tar.zst
nixpkgs-1a14dd01f37cabf5390ce9d28f9d290bcc9a13b6.zip
nghttp3: unstable-2021-12-22 -> unstable-2022-04-10
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/nghttp3/default.nix6
1 files 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 ];