nghttp3: 1.0.0 -> 1.1.0

This commit is contained in:
Izorkin 2023-11-28 11:36:31 +03:00
parent 627dda7f87
commit 49570cd067
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-mw0zI7528lvEZlv+/KuST7PWjuu37p/+EGGsjIEto2Q=";
hash = "sha256-B/5r0mRpOEi5DQ7OUAAcDmAm1nnak6qNz4qjDrzWlDc=";
};
outputs = [ "out" "dev" "doc" ];