Skip to content

Commit

Permalink
postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 8, 2020
1 parent 6eeb612 commit 70d5bfb
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.7.1";
version = "1.7.2";

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

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

0 comments on commit 70d5bfb

Please sign in to comment.