Skip to content

Commit

Permalink
postgresqlPackages.timescaledb: 2.9.3 -> 2.10.0 (NixOS#217529)
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 authored and jsoo1 committed Jan 13, 2024
1 parent a899421 commit 2c35962
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 @@ -13,7 +13,7 @@

stdenv.mkDerivation rec {
pname = "timescaledb";
version = "2.9.3";
version = "2.10.0";

nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl libkrb5 ];
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
sha256 = "sha256-eUn/sk2l/2aEGXupRPNDrbrIpUA3aNPo3tBJhmBoeXk=";
sha256 = "sha256-3Pne4L9P8mJv2ja6EpxtpCBCYvlCP6D5CzDtkkvE23c=";
};

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

0 comments on commit 2c35962

Please sign in to comment.