3
0
Fork 0
forked from mirrors/nixpkgs

timescaledb: 0.5.0 -> 0.6.0

This commit is contained in:
volth 2017-11-05 18:33:13 +00:00 committed by GitHub
parent 587037c42d
commit a9b39814dd
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 = ''