duckdb 0.9.2 -> 0.10.0 https://github.com/duckdb/duckdb/releases attrpath: duckdb 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/libraries/duckdb/default.nix b/pkgs/development/libraries/duckdb/default.nix index 801ad7979aee..99bf825b5f0f 100644 --- a/pkgs/development/libraries/duckdb/default.nix +++ b/pkgs/development/libraries/duckdb/default.nix @@ -15,13 +15,13 @@ let in stdenv.mkDerivation rec { pname = "duckdb"; - version = "0.9.2"; + version = "0.10.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha256-QFK8mEMcqQwALFNvAdD8yWixwMYHSbeo6xqx86PvejU="; + hash = "sha256-qGUq0iYTaLNHKqbXNLRmvqHMqunvIlP991IKb4qdSt4="; }; patches = [ ./version.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 duckdb nix build failed. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  -- Extensions linked into DuckDB: [autocomplete, excel, fts, httpfs, inet, icu, json, parquet, sqlsmith, tpcds, tpch, jemalloc] CMake Error at CMakeLists.txt:641 (add_dependencies): Cannot add target-level dependencies to non-existent target "duckdb_local_extension_repo". The add_dependencies works for top-level logical targets created by the add_executable, add_library, or add_custom_target commands. If you want to add file-level dependencies see the DEPENDS option of the add_custom_target and add_custom_command commands. Call Stack (most recent call first): test/extension/CMakeLists.txt:2 (build_loadable_extension_directory)  CMake Error at CMakeLists.txt:641 (add_dependencies): Cannot add target-level dependencies to non-existent target "duckdb_local_extension_repo". The add_dependencies works for top-level logical targets created by the add_executable, add_library, or add_custom_target commands. If you want to add file-level dependencies see the DEPENDS option of the add_custom_target and add_custom_command commands. Call Stack (most recent call first): test/extension/CMakeLists.txt:8 (build_loadable_extension_directory)  -- Configuring incomplete, errors occurred!