ngtcp2-gnutls: 0.7.0 -> 0.8.1

vcunat: knot-dns now needs >= 0.8.0 instead of == 0.7.0
This commit is contained in:
R. Ryantm 2022-09-01 22:11:15 +00:00 committed by Vladimír Čunát
parent 997fb2b570
commit 33956f6fdb
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.7.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
sha256 = "sha256-REAN5TW0miWXI3HFxtW3znTKTrhsBbNqu1VfjC2w0no=";
sha256 = "sha256-Sn03nY80UmL5oeoK6ScPye1oSUmEKxgoz2VLHcvor3U=";
};
outputs = [ "out" "dev" ];