2022-12-19T05:50:56 dqlite 1.9.0 -> 1.13.0 https://repology.org/metapackage/dqlite/versions 2022-12-19T05:50:58 attrpath: dqlite 2022-12-19T05:50:58 Checking auto update branch... 2022-12-19T05:50:58 No auto update branch exists 2022-12-19T05:51:02 [version] 2022-12-19T05:51:03 [version] updated version and sha256 2022-12-19T05:51:03 [rustCrateVersion] 2022-12-19T05:51:03 [rustCrateVersion] No cargoSha256 found 2022-12-19T05:51:03 [golangModuleVersion] 2022-12-19T05:51:03 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-19T05:51:03 [updateScript] 2022-12-19T05:51:03 [updateScript] skipping because derivation has no updateScript 2022-12-19T05:51:03 2022-12-19T05:51:03 [quotedUrls] 2022-12-19T05:51:03 [quotedUrls] nothing found to replace 2022-12-19T05:51:04 Diff after rewrites: diff --git a/pkgs/development/libraries/dqlite/default.nix b/pkgs/development/libraries/dqlite/default.nix index 748e1e756cb..d014f9e98f5 100644 --- a/pkgs/development/libraries/dqlite/default.nix +++ b/pkgs/development/libraries/dqlite/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "dqlite"; - version = "1.9.0"; + version = "1.13.0"; src = fetchFromGitHub { owner = "canonical"; repo = pname; rev = "v${version}"; - sha256 = "0zalsvr0vy7632nhm96a29lrfy18iqsmbxpyz2lvq80mrjlbrzsn"; + sha256 = "sha256-KVQa11gw/8h3Be+52V44W2M+fd7sB35emrS/aUEUGl0="; }; nativeBuildInputs = [ autoreconfHook file pkg-config ]; 2022-12-19T05:52:36 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dqlite nix build failed. checking whether to build static libraries... no checking whether to build with code coverage support... no checking for arpa/inet.h... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking pkg-config is at least version 0.9.0... yes checking for SQLITE... yes checking for UV... yes checking for RAFT... no configure: error: Package requirements (raft >= 0.16.0) were not met: Requested 'raft >= 0.16.0' but version of raft is 0.11.2 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables RAFT_CFLAGS and RAFT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.