ngtcp2: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2022-09-23 00:16:22 +00:00
parent a22f734533
commit fd11234381

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Sn03nY80UmL5oeoK6ScPye1oSUmEKxgoz2VLHcvor3U=";
sha256 = "sha256-nfXEX1GxtmOcb0reRyO0OyQkSHeUWtQW+SZ8thxor+s=";
};
outputs = [ "out" "dev" "doc" ];