postgresql11JitPackages.pgroonga 3.0.8 -> 3.1.3 https://repology.org/project/pgroonga/versions attrpath: postgresql11JitPackages.pgroonga 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/sql/postgresql/ext/pgroonga.nix b/pkgs/servers/sql/postgresql/ext/pgroonga.nix index 535a16abad18..8c3c62b941ec 100644 --- a/pkgs/servers/sql/postgresql/ext/pgroonga.nix +++ b/pkgs/servers/sql/postgresql/ext/pgroonga.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "pgroonga"; - version = "3.0.8"; + version = "3.1.3"; src = fetchurl { url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz"; - hash = "sha256-2/dInLG8isiSJHJgNyxgbUwMd/mtcUJxcTvSnVpBZ9M="; + hash = "sha256-RJgg6wyQl9X1YFp8f1KbwlonZzoLtR51fbbv+mVjcT8="; }; nativeBuildInputs = [ pkg-config ]; 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 postgresql11JitPackages.pgroonga nix build failed. got build log for 'postgresql11JitPackages.pgroonga' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/76wq8rql996n8ppdgy1x063624qb1wfj-pgroonga-3.1.3.tar.gz source root is pgroonga-3.1.3 setting SOURCE_DATE_EPOCH to timestamp 1692261884 of file pgroonga-3.1.3/tools/prepare-rhel.sh @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/xdqlrixlspkks50m9b0mpvag65m3pf2w-bash-5.2-p15/bin/bash HAVE_MSGPACK=1 MSGPACK_PACKAGE_NAME=msgpack-c make -f pgroonga.mk all make[1]: Entering directory '/build/pgroonga-3.1.3' Requested 'groonga >= 13.0.2' but version of Groonga is 12.0.7 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O2 -fPIC -DPGRN_HAVE_MSGPACK -Ivendor/xxHash -DPGRN_VERSION="\"3.1.3\"" -I. -I./ -I/nix/store/paaick735vxrj7l5zz2zxw3q8hk9dz17-postgresql-11.21/include/server -I/nix/store/paaick735vxrj7l5zz2zxw3q8hk9dz17-postgresql-11.21/include/internal -I/nix/store/s161gvgwvgbr3scrbyf33cm33ps2gslk-icu4c-73.2-dev/include -D_GNU_SOURCE -I/nix/store/2ha4acj2ksrw8jgxw87mx8bdhqljrvga-libxml2-2.11.5-dev/include/libxml2 -c -o src/pgrn-alias.o src/pgrn-alias.c In file included from src/pgrn-alias.c:3: src/pgrn-alias.h:6:10: fatal error: 'groonga.h' file not found #include  ^~~~~~~~~~~ 1 error generated. make[1]: *** [: src/pgrn-alias.o] Error 1 make[1]: Leaving directory '/build/pgroonga-3.1.3' make: *** [Makefile:2: all] Error 2