bump ngtcp2
This commit is contained in:
parent
06460fcd00
commit
71f3dd2476
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ngtcp2";
|
pname = "ngtcp2";
|
||||||
version = "20211031";
|
version = "20220208";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ngtcp2";
|
owner = "ngtcp2";
|
||||||
repo = "ngtcp2";
|
repo = "ngtcp2";
|
||||||
rev = "f91edc489e2ce77603f8e101a24a9c7726265ef7";
|
rev = "1f55feb0359c88106b461d83e962dc940dbe8bdc";
|
||||||
sha256 = "0x486vwg5w1yz7jl8vi2nc8dyjv78p03ygfcxgfqwdmiq60iflhy";
|
sha256 = "1yq3hx94v5wg7iy273f6mchl74pq1y81g3hggwmhbvfv1lbfbm56";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in New Issue