postgresqlPackages.timescaledb: 1.3.0 -> 1.3.1

This commit is contained in:
Mario Rodas 2019-06-10 13:26:03 -05:00 committed by Austin Seipp
parent 16a1a4c589
commit 4c4afb3cb9

View file

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