We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c97c0c commit 1f29227Copy full SHA for 1f29227
nix/ext/timescaledb.nix
@@ -2,7 +2,7 @@
2
3
stdenv.mkDerivation rec {
4
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
5
- version = "2.9.1";
+ version = "2.16.1";
6
7
nativeBuildInputs = [ cmake ];
8
buildInputs = [ postgresql openssl libkrb5 ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11
owner = "timescale";
12
repo = "timescaledb";
13
rev = version;
14
- hash = "sha256-fvVSxDiGZAewyuQ2vZDb0I6tmlDXl6trjZp8+qDBtb8=";
+ hash = "sha256-sLxWdBmih9mgiO51zLLxn9uwJVYc5JVHJjSWoADoJ+w=";
15
};
16
17
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ]
0 commit comments