Skip to content

Commit

Permalink
postgresqlPackages.timescaledb: 2.7.2 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 1, 2022
1 parent 7671c4d commit 4137382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/timescaledb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
pname = "timescaledb";
version = "2.7.2";
version = "2.8.0";

nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl libkrb5 ];
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
sha256 = "sha256-roM4a+WWn8aODkS/kvouM6rO4TnVR7hAZmCkJkLpHKQ=";
sha256 = "sha256-xJidQ25JPIFY0KMV9EVrp4+qbU+QWDLaCSNHKOQq+dI=";
};

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

0 comments on commit 4137382

Please sign in to comment.