Skip to content

Commit 1f29227

Browse files
authored
update timescaledb apache to 2.16.1 for pg16 support (#1210)
1 parent 1c97c0c commit 1f29227

File tree

2 files changed

+190
-147
lines changed

2 files changed

+190
-147
lines changed

nix/ext/timescaledb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
stdenv.mkDerivation rec {
44
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
5-
version = "2.9.1";
5+
version = "2.16.1";
66

77
nativeBuildInputs = [ cmake ];
88
buildInputs = [ postgresql openssl libkrb5 ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
1111
owner = "timescale";
1212
repo = "timescaledb";
1313
rev = version;
14-
hash = "sha256-fvVSxDiGZAewyuQ2vZDb0I6tmlDXl6trjZp8+qDBtb8=";
14+
hash = "sha256-sLxWdBmih9mgiO51zLLxn9uwJVYc5JVHJjSWoADoJ+w=";
1515
};
1616

1717
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ]

0 commit comments

Comments
 (0)