ngtcp2 1.2.0 -> 1.3.0 https://repology.org/project/ngtcp2/versions 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..1fb2adfa9b08 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.3.0"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; rev = "v${version}"; - hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw="; + hash = "sha256-KKfr5AjaC56yUNdk928H1PyP79GnQJ2pIZcZQTgLhEQ="; }; outputs = [ "out" "dev" "doc" ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/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/fj0mxmqb0fh9d9bvkgdd3hllvw54qpvj-quictls-3.1.4-quic1/lib/libssl.so;/nix/store/fj0mxmqb0fh9d9bvkgdd3hllvw54qpvj-quictls-3.1.4-quic1/lib/libcrypto.so') Libev: TRUE (LIBS='/nix/store/d4rnfj6xz9aba7jzv13i4hgj0mfrfpk1-libev-4.33/lib/libev.so') Libnghttp3: TRUE (LIBS='/nix/store/mzz9cr684sawrjzjnhhvh3xip5dkr3x9-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.4s) CMake Error at tests/CMakeLists.txt:61 (add_executable): Cannot find source file: munit/munit.c  CMake Error at tests/CMakeLists.txt:61 (add_executable): No SOURCES given to target: main  CMake Generate step failed. Build files cannot be regenerated correctly.