ngtcp2: 0.14.0 -> 0.14.1

This commit is contained in:
Izorkin 2023-03-31 15:41:49 +03:00
parent f17e860315
commit 2aaf7974df
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-6XHOMBsgKSVwpTwQlIt+H9tRPF8YBjfOLmHtdC/LVlE=";
hash = "sha256-VsacRYvjTWVx2ga952s1vs02GElXIW6umgcYr3UCcgE=";
};
outputs = [ "out" "dev" "doc" ];