nghttp2: 1.57.0 -> 1.59.0

This commit is contained in:
R. Ryantm 2024-01-22 03:08:47 +00:00
parent 0fbb6483cf
commit 6ab22c1168

View File

@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp;
stdenv.mkDerivation rec {
pname = "nghttp2";
version = "1.57.0";
version = "1.59.0";
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-xjdnfLrESU6q+LDgOGFzFGhFgw76/+To3JL7O0KOWtI=";
sha256 = "sha256-A1P8u6ENKl9304ouSS5eZ3tjexdxI0WkcyXDw1+0d/g=";
};
outputs = [ "out" "dev" "lib" "doc" "man" ];