Merge pull request #301545 from r-ryantm/auto-update/nghttp2

nghttp2: 1.60.0 -> 1.61.0
This commit is contained in:
Sandro 2024-04-05 19:25:58 +02:00 committed by GitHub
commit 7c2c795792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp;
stdenv.mkDerivation rec {
pname = "nghttp2";
version = "1.60.0";
version = "1.61.0";
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-W4wmgdQstLMcs+DaDggb+jAl1cNZKN6PYHAVUgFbAM4=";
sha256 = "sha256-Toz37DLUxaQwlmJC1yA10lXNlHCodm1h7tegGQ3VRP0=";
};
outputs = [ "out" "dev" "lib" "doc" "man" ];