Skip to content

Commit 29e5d12

Browse files
committed
chore: upgrade to duckdb v1.5.1
1 parent e230745 commit 29e5d12

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

nix/ext/duckdb-lib.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "duckdb";
13-
version = "1.4.3";
13+
version = "1.5.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "duckdb";
1717
repo = "duckdb";
1818
rev = "v${finalAttrs.version}";
19-
hash = "sha256-zYiyY/8mYCyKuSQYNxepGbZPVgdCgULLmhZlWAAW0QA=";
19+
hash = "sha256-FygBpfhvezvUbI969Dta+vZOPt6BnSW2d5gO4I4oB2A=";
2020
};
2121

2222
outputs = [

nix/ext/pg_duckdb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let
1919
src = fetchFromGitHub {
2020
owner = "TylerHillery";
2121
repo = "pg_duckdb";
22-
rev = "995fc34dd83659bed8f6ca3f2f66cc8eaa57fb14";
23-
hash = "sha256-QCDgXbeSEEu927zr1ctvI3UeH+xJiUFnY/SVwEeRyjk=";
22+
rev = "eb7af6ede232f951c78192c79109c6d0be73b7b2";
23+
hash = "sha256-nhnxaesR9IOZWkfUFJ5ds+2OpcstMQ9OpUvsHGqnN7Y=";
2424
};
2525

2626
nativeBuildInputs = lib.optionals (!stdenv.isDarwin) [ patchelf ];

0 commit comments

Comments
 (0)