nghttp3: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2026-05-31 14:51:03 +00:00
commit af777a4664

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nghttp3";
version = "1.15.0";
version = "1.16.0";
src = fetchurl {
url = "https://github.com/ngtcp2/nghttp3/releases/download/v${finalAttrs.version}/nghttp3-${finalAttrs.version}.tar.bz2";
hash = "sha256-xsSRpSgEgUCY5EZjDm78RZr8DT2nlS/+bL3As/mbK2I=";
hash = "sha256-IsBpidVL0mbUpx817vGS1JuJBlWfFqQfO4gssCNhdGM=";
};
outputs = [