bump ngtcp2

master
Christian Ulrich 2022-02-08 23:52:34 +01:00
parent 06460fcd00
commit 71f3dd2476
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "20211031";
version = "20220208";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "f91edc489e2ce77603f8e101a24a9c7726265ef7";
sha256 = "0x486vwg5w1yz7jl8vi2nc8dyjv78p03ygfcxgfqwdmiq60iflhy";
rev = "1f55feb0359c88106b461d83e962dc940dbe8bdc";
sha256 = "1yq3hx94v5wg7iy273f6mchl74pq1y81g3hggwmhbvfv1lbfbm56";
};
outputs = [ "out" "dev" ];