ngtcp2: 0.12.1 -> 0.13.0

This commit is contained in:
Izorkin 2023-02-05 12:32:38 +03:00
parent 3ecafeb0df
commit ddaf60cf6f
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nUUbGNxr2pGiEoYbArHppNE29rki9SM/3MZWMS9HmqY=";
sha256 = "sha256-rKEF5R1GubgFiblmdTqh26PxTRxIqXUJHxj0Qwd3N00=";
};
outputs = [ "out" "dev" "doc" ];