Skip to content

Commit

Permalink
Merge pull request NixOS#72440 from marsam/update-timescaledb
Browse files Browse the repository at this point in the history
postgresqlPackages.timescaledb: 1.4.2 -> 1.5.0
  • Loading branch information
marsam committed Nov 4, 2019
2 parents 3376fd9 + bfdbbeb commit f397750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/sql/postgresql/ext/timescaledb.nix
Expand Up @@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
pname = "timescaledb";
version = "1.4.2";
version = "1.5.0";

nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl ];
Expand All @@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = "refs/tags/${version}";
sha256 = "06mchpfjh4kskxq5r8b84870gl37xcqdf14n96qjb4nbyw9l8xcc";
sha256 = "0qw7yp2vh3fkx43zlnj8xsvd0d68rcmdcl3p9jpmr97hyl376xf2";
};

cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" ];
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" ];

# Fix the install phase which tries to install into the pgsql extension dir,
# and cannot be manually overridden. This is rather fragile but works OK.
Expand Down

0 comments on commit f397750

Please sign in to comment.