php83Extensions.swoole 5.1.2 -> 5.1.3 https://github.com/swoole/swoole-src/releases attrpath: php83Extensions.swoole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] warning: error: SQLite database '/nix/var/nix/db/db.sqlite' is busy this derivation will be built: /nix/store/1852jva1asvbbyjgbnvm8i1f8dp96d87-packages.json.drv building '/nix/store/1852jva1asvbbyjgbnvm8i1f8dp96d87-packages.json.drv'... Going to be running update for following packages: - php-swoole-5.1.2 Press Enter key to continue... Running update for: - php-swoole-5.1.2: UPDATING ... - php-swoole-5.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/php-packages/swoole/default.nix b/pkgs/development/php-packages/swoole/default.nix index f519522a8357..194b685bdd31 100644 --- a/pkgs/development/php-packages/swoole/default.nix +++ b/pkgs/development/php-packages/swoole/default.nix @@ -9,7 +9,7 @@ }: let - version = "5.1.2"; + version = "5.1.3"; in buildPecl { inherit version; @@ -19,7 +19,7 @@ buildPecl { owner = "swoole"; repo = "swoole-src"; rev = "v${version}"; - hash = "sha256-WTsntvauiooj081mOoFcK6CVpnCCR/cEQtJbsOIJ/wo="; + hash = "sha256-0bifU2u9zTQDEQbl0WmYBYV9Mgf0Gh73LOHi6vZTj8o="; }; buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/m5bda41aijdapvpkj91125hs05r1hf2l-nix-2.18.3/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A php83Extensions.swoole nix build failed. checking for malloc_trim in -lc... yes checking for inotify_init1 in -lc... yes checking for gethostbyname2_r in -lc... yes checking for ptrace in -lc... yes checking for getrandom in -lc... yes checking for arc4random in -lc... yes checking for CCRandomGenerateBytes in -lc... no checking for pthread_rwlock_init in -lpthread... yes checking for pthread_spin_lock in -lpthread... yes checking for pthread_mutex_timedlock in -lpthread... yes checking for pthread_barrier_init in -lpthread... yes checking for pthread_mutexattr_setpshared in -lpthread... yes checking for pthread_mutexattr_setrobust in -lpthread... yes checking for pthread_mutex_consistent in -lpthread... yes checking for pcre_compile in -lpcre... no checking whether to enable oracle build flags... no checking for sqlite 3 support for PDO... no checking for gzgets in -lz... no checking for libbrotlienc... no configure: error: in '/build/source': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables BROTLIENC_CFLAGS and BROTLIENC_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See 'config.log' for more details