pgagroal 1.5.1 -> 1.6.0 https://github.com/agroal/pgagroal/releases attrpath: pgagroal 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/tools/database/pgagroal/default.nix b/pkgs/development/tools/database/pgagroal/default.nix index e86e19f8f2e1..8d6a15e3cb2c 100644 --- a/pkgs/development/tools/database/pgagroal/default.nix +++ b/pkgs/development/tools/database/pgagroal/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pgagroal"; - version = "1.5.1"; + version = "1.6.0"; src = fetchFromGitHub { owner = "agroal"; repo = "pgagroal"; rev = version; - hash = "sha256-d6icEYlk0qnzmoP/mvSmTw16YfIYWc2WbY7sKguX7Ug="; + hash = "sha256-bgJvGJ35RdFopW88o+H1DLpG70anP197y6xrpRRrxUA="; }; patches = [ ./do-not-search-libatomic.patch ]; 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 pgagroal nix build failed. @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/share/doc/pgagroal -DCMAKE_INSTALL_INFODIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/wzh1m5ydp0c57z91y6dpb61vrz0ixj6v-pgagroal-1.6.0 -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- pgagroal 1.6.0 -- Build type is Release -- System is Linux -- Performing Test COMPILER_SUPPORTS_C17 -- Performing Test COMPILER_SUPPORTS_C17 - Success -- Found Libev: /nix/store/d4rnfj6xz9aba7jzv13i4hgj0mfrfpk1-libev-4.33/lib/libev.so (found suitable version "4.33", minimum required is "4.11") -- libev found -- Found OpenSSL: /nix/store/h24v1xs4i9l3k18ygxvs62361rl77804-openssl-3.0.13/lib/libcrypto.so (found version "3.0.13") -- OpenSSL found -- Found Rst2man: /nix/store/3sc5nbi2ihc4bx8679d0qpxq7lfz655s-python3.11-docutils-0.20.1/bin/rst2man (found version "rst2man.py (Docutils 0.20.1, Python 3.11.7, on linux) ") -- rst2man found -- Could NOT find cJSON (missing: CJSON_INCLUDE_DIR CJSON_LIBRARY) CMake Error at CMakeLists.txt:87 (message): cJSON needed  -- Configuring incomplete, errors occurred!