libpqxx 7.7.5 -> 7.9.0 https://github.com/jtv/libpqxx/releases attrpath: libpqxx Checking auto update branch... An auto update branch exists with message `libpqxx: 7.7.5 -> 7.8.1`. New version is 7.9.0. The auto update branch does not match or exceed the new version. [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/libpqxx/default.nix b/pkgs/development/libraries/libpqxx/default.nix index acb0013035cb..66b7ded92314 100644 --- a/pkgs/development/libraries/libpqxx/default.nix +++ b/pkgs/development/libraries/libpqxx/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libpqxx"; - version = "7.7.5"; + version = "7.9.0"; src = fetchFromGitHub { owner = "jtv"; repo = pname; rev = version; - sha256 = "sha256-mvGPMbk4b8NmPvzy5hS+Au69NtDGha8ONTEQf6I3VZE="; + sha256 = "sha256-psKNLxYAirYQh2Hm27I5lOSvtMBzbxN6MrHxG86hMgk="; }; nativeBuildInputs = [ python3 ]; 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 libpqxx nix build failed. config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating tools/Makefile config.status: creating include/Makefile config.status: creating include/pqxx/Makefile config.status: creating libpqxx.pc config.status: creating compile_flags config.status: creating include/pqxx/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing configitems commands ./config.status: line 2230: ./tools/splitconfig.py: cannot execute: required file not found @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash Making all in include make[1]: Entering directory '/build/source/include' Making all in pqxx make[2]: Entering directory '/build/source/include/pqxx' make all-am make[3]: Entering directory '/build/source/include/pqxx' make[3]: *** No rule to make target 'config-internal-compiler.h', needed by 'all-am'. Stop. make[3]: Leaving directory '/build/source/include/pqxx' make[2]: *** [Makefile:297: all] Error 2 make[2]: Leaving directory '/build/source/include/pqxx' make[1]: *** [Makefile:528: all-recursive] Error 1 make[1]: Leaving directory '/build/source/include' make: *** [Makefile:644: all-recursive] Error 1