Skip to content

Commit

Permalink
Merge pull request #121904 from marsam/update-timescaledb
Browse files Browse the repository at this point in the history
postgresqlPackages.timescaledb: 2.2.0 -> 2.2.1
  • Loading branch information
SuperSandro2000 committed May 6, 2021
2 parents a3f184d + dd6c954 commit e9ff0a6
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 = "2.2.0";
version = "2.2.1";

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

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

0 comments on commit e9ff0a6

Please sign in to comment.