ngtcp2-gnutls: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-12-07 02:31:49 +00:00
parent 4c37153a2c
commit 410851effc

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-Z8rMujmshdes5SLU5GpXu6QzAHl957sFDK+QSdGYCOc=";
hash = "sha256-z6lvtfO5XL/bZgbE+Sak+32QzjEhAdOnkpIO731h+bk=";
};
outputs = [ "out" "dev" ];