Merge #266946: ngtcp2-gnutls: 1.0.0 -> 1.0.1

This commit is contained in:
Vladimír Čunát 2023-11-12 06:15:12 +01:00
commit 8213089f8d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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" ];