Merge pull request #220264 from marsam/update-timescaledb

postgresqlPackages.timescaledb: 2.10.0 -> 2.10.1
This commit is contained in:
Mario Rodas 2023-03-10 00:07:38 -05:00 committed by GitHub
commit 36980ccfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "timescaledb";
version = "2.10.0";
version = "2.10.1";
nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl libkrb5 ];
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
sha256 = "sha256-3Pne4L9P8mJv2ja6EpxtpCBCYvlCP6D5CzDtkkvE23c=";
sha256 = "sha256-D0jo1Z9hpaJBFJQhypo76cKaahNF498OLDco2YNktA8=";
};
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ]