Skip to content

Commit

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

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

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

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

0 comments on commit 87efa3c

Please sign in to comment.