nghttp3: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2023-09-24 22:38:15 +00:00
parent 05698bba1e
commit 6089430471

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-DqqT8rgGlbV0upe0E37AR8bk3SIsoyCXt8xJzIkz9xc=";
hash = "sha256-ZnfwPgjBAI2elHrx7uzc3JX2MdeX/hsrFKj4TfMK2tI=";
};
outputs = [ "out" "dev" "doc" ];