mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
duckdb: use upstream patch and name patch derivation
This commit is contained in:
parent
16f1c3ea1e
commit
a0d48a1515
@ -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…
Reference in New Issue
Block a user