ngtcp2-gnutls: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-11-12 01:37:58 +00:00
parent 647a6f42ee
commit 3358e7ac3a

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-dnYIRcNGTIzETu2OjTJa0IWB1+xttdGFKRBmMkTwrXk=";
hash = "sha256-Z8rMujmshdes5SLU5GpXu6QzAHl957sFDK+QSdGYCOc=";
};
outputs = [ "out" "dev" ];