postgresqlPackages.timescaledb: 2.13.0 -> 2.13.1

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

Changelog: https://github.com/timescale/timescaledb/blob/2.13.1/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-01-12 04:20:00 +00:00
parent e9fbdb3d45
commit a517062e65

View File

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