From 0224ae7c95d03e9392b8e43e48e98fb5f7a9d6d3 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Fri, 29 Apr 2022 00:45:13 +0300 Subject: [PATCH] nghttp3: unstable-2022-04-10 -> 0.4.0 --- 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 d9608b8e1404..6a2ae909a0c0 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-2022-04-10"; + version = "0.4.0"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; - rev = "1e4bef2cc45b1fd3971ca3606d08a1e1d1567b1a"; - sha256 = "sha256-DHNxtu4X0S8l1ADwRJC3yQ+Z1ja3FT0Zb/boRh6PvYw="; + rev = "v${version}"; + sha256 = "sha256-toGTkgJLdSLNWCPJFpT63IxF3xANbvtkhJo5NUg/ZBg="; }; nativeBuildInputs = [ autoreconfHook pkg-config file ];