about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-04-29 00:45:13 +0300
committerIzorkin <izorkin@elven.pw>2022-04-29 00:57:15 +0300
commit0224ae7c95d03e9392b8e43e48e98fb5f7a9d6d3 (patch)
tree42e20b4fdcd56a15d086ba72b4dc1585cb94a23c /pkgs/development/libraries
parent8002bb6992c63888ee97b7d9b5a5c7deb342aeea (diff)
nghttp3: unstable-2022-04-10 -> 0.4.0
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 d9608b8e14047..6a2ae909a0c06 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 ];