nghttp3 1.1.0 -> 1.2.0 https://repology.org/project/nghttp3/versions attrpath: nghttp3 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/nghttp3/default.nix b/pkgs/development/libraries/nghttp3/default.nix index 76de14079deb..74aadb357945 100644 --- a/pkgs/development/libraries/nghttp3/default.nix +++ b/pkgs/development/libraries/nghttp3/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "nghttp3"; - version = "1.1.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "ngtcp2"; repo = pname; rev = "v${version}"; - hash = "sha256-B/5r0mRpOEi5DQ7OUAAcDmAm1nnak6qNz4qjDrzWlDc="; + hash = "sha256-ojfetGkeSIn+ppkn7dJLMslBB5i+fYc0MOszTsZu8pQ="; }; 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 nghttp3 nix build failed. Static: OFF Library only: OFF Examples: 1 -- Configuring done (1.6s) CMake Error at lib/CMakeLists.txt:68 (add_library): Cannot find source file: sfparse/sfparse.c  CMake Error at tests/CMakeLists.txt:44 (add_executable): Cannot find source file: munit/munit.c  CMake Error at lib/CMakeLists.txt:68 (add_library): No SOURCES given to target: nghttp3  CMake Error at lib/CMakeLists.txt:82 (add_library): No SOURCES given to target: nghttp3_static  CMake Error at tests/CMakeLists.txt:44 (add_executable): No SOURCES given to target: main  CMake Generate step failed. Build files cannot be regenerated correctly.