postgresqlPackages.timescaledb: 2.12.2 -> 2.13.0

Diff: https://github.com/timescale/timescaledb/compare/2.12.2...2.13.0

Changelog: https://github.com/timescale/timescaledb/blob/2.13.0/CHANGELOG.md
This commit is contained in:
Mario Rodas 2023-11-28 04:20:00 +00:00
parent e92039b55b
commit 60f8cd13cc

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.12.2";
version = "2.13.0";
nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl libkrb5 ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
hash = "sha256-bZHgkcCmkheTupVLOBZ5UsgIVyy7aIJoge+ot2SmMFg=";
hash = "sha256-ZF3VNiTfuxCMVMRv9fqBssXuikxKbwza6ib7IuXYjgA=";
};
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ]