postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0 (#61074)

postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0
This commit is contained in:
Jörg Thalheim 2019-05-07 09:54:33 +01:00 committed by GitHub
commit 7ed04c2a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
name = "timescaledb-${version}";
version = "1.2.2";
version = "1.3.0";
nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql openssl ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = "refs/tags/${version}";
sha256 = "1fb1ab07jmgd1drinl25mbhwx966f75c7i7nh3ah0xf3cbk298xr";
sha256 = "1wg95ryr5z55aghlqaz0jhz6rliinvfin2i4xpqwg7ir6nz773qm";
};
# Fix the install phase which tries to install into the pgsql extension dir,