duckdb: use upstream patch and name patch derivation

main
Phillip Cloud 2 years ago
parent 16f1c3ea1e
commit a0d48a1515
No known key found for this signature in database
GPG Key ID: D908212070FD785E
  1. 3
      pkgs/development/libraries/duckdb/default.nix

@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
patches = [
./version.patch
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/duckdb/duckdb/pull/3927.patch";
name = "fix-tpce-test.patch";
url = "https://github.com/duckdb/duckdb/commit/82e13a4bb9f0683af6c52468af2fb903cce4286d.patch";
sha256 = "sha256-m0Bs0DOJQtkadbKZKk88NHyBFJkjxXUsiWYciuRIJLU=";
})
];

Loading…
Cancel
Save