ngtcp2 1.2.0 -> 1.4.0 https://github.com/ngtcp2/ngtcp2/releases attrpath: ngtcp2 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/ngtcp2/default.nix b/pkgs/development/libraries/ngtcp2/default.nix index 948fb0c071f4..c51294a20217 100644 --- a/pkgs/development/libraries/ngtcp2/default.nix +++ b/pkgs/development/libraries/ngtcp2/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "ngtcp2"; - version = "1.2.0"; + version = "1.4.0"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; rev = "v${version}"; - hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw="; + hash = "sha256-C1Rk0KzTvFpwCz8vXvhSqGjYmGyLZxmnzZhPLZiL97M="; }; outputs = [ "out" "dev" "doc" ]; Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ngtcp2 nix build failed. CXXFLAGS: -O3 WARNCFLAGS: -W -Wall -Wconversion -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wundef -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Wformat-security -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wredundant-decls -Wsign-conversion -Wstrict-prototypes -Wunreachable-code -Wunused-macros -Wunused-parameter -Wvla -Wclobbered -Wduplicated-branches -Wpragmas WARNCXXFLAGS: -Wall -Wformat-security -Wno-noexcept-type Library: Shared: ON Static: OFF Libs: OpenSSL: TRUE (LIBS='/nix/store/y22cfyp81hqsrasj4rfjw9ail6m3kbs6-quictls-3.1.4-quic1/lib/libssl.so;/nix/store/y22cfyp81hqsrasj4rfjw9ail6m3kbs6-quictls-3.1.4-quic1/lib/libcrypto.so') Libev: TRUE (LIBS='/nix/store/6skgq534wfy07x1h11x4al64g75g67cl-libev-4.33/lib/libev.so') Libnghttp3: TRUE (LIBS='/nix/store/cb97g9617sbz7zm1i39l9naf8j03zv00-nghttp3-1.1.0/lib/libnghttp3.so') GnuTLS: FALSE (LIBS='') BoringSSL: FALSE (LIBS='') Picotls: FALSE (LIBS='') wolfSSL: FALSE (LIBS='') Jemalloc: (LIBS='') Libbrotlienc: FALSE (LIBS='') Libbrotlidec: FALSE (LIBS='') -- Configuring done (2.6s) CMake Error at tests/CMakeLists.txt:62 (add_executable): Cannot find source file: munit/munit.c  CMake Error at tests/CMakeLists.txt:62 (add_executable): No SOURCES given to target: main  CMake Generate step failed. Build files cannot be regenerated correctly.