Skip to content

Commit

Permalink
timescaledb: 0.9.2 -> 0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jul 14, 2018
1 parent 8f21a16 commit 6a1b65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/timescaledb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
name = "timescaledb-${version}";
version = "0.9.2";
version = "0.10.1";

nativeBuildInputs = [ cmake ];
buildInputs = [ postgresql ];
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = "refs/tags/${version}";
sha256 = "1zgyd407skqbsw2zj3l9hixwlisnj82yb6hbq5khjg9k0ifvvgyp";
sha256 = "07qkkf7lbwaig26iia54vdakwmv33f71p8saqifz9lf0zy6xn0w0";
};

# Fix the install phase which tries to install into the pgsql extension dir,
Expand Down

0 comments on commit 6a1b65b

Please sign in to comment.