1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

postgresqlPackages.timescaledb: 1.3.2 -> 1.4.0

This commit is contained in:
Mario Rodas 2019-07-19 20:53:42 -05:00
parent 46f8ec0278
commit bc20384b82
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
name = "timescaledb-${version}";
version = "1.3.2";
version = "1.4.0";
nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = "refs/tags/${version}";
sha256 = "117az52h8isi15p47r5d6k5y80ng9vj3x8ljq39iavgr364q716c";
sha256 = "0xjl3pdm36pksbkhl44kixqkfv8qpdm4frfwxv0p4vvjmlhslz48";
};
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" ];