Merge pull request #31291 from volth/patch-71

timescaledb: 0.5.0 -> 0.6.0
This commit is contained in:
Orivej Desh 2017-11-05 19:21:36 +00:00 committed by GitHub
commit c6a1e43fc5
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 = "0.5.0";
version = "0.6.0";
buildInputs = [ postgresql ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
sha256 = "01swgjw563c42azxsg55ry7cyiipxkcvfrxmw71jil5dxl3s0fkz";
sha256 = "061z1ll3x7ca7fj12rl2difkdvmqykksqhpsql552qkkylg7iq4d";
};
installPhase = ''