libnghttp2: 1.68.1 -> 1.69.0

This commit is contained in:
R. Ryantm
2026-04-27 13:22:09 +00:00
parent 6368eda62c
commit 992b633dc2
+2 -2
View File
@@ -44,11 +44,11 @@ assert enableJemalloc -> enableApp;
stdenv.mkDerivation rec {
pname = "nghttp2";
version = "1.68.1";
version = "1.69.0";
src = fetchurl {
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
hash = "sha256-t2G1PLZJFmV+qEQ3lz1Qj9Z16Wuy/rlZOh5D0ZWavpU=";
hash = "sha256-PxhfWxw+d4heuc8/LE2ksan3OiS/WVe4KRg60Tf4Lcg=";
};
outputs = [