summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-05-07 00:02:25 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-05-07 00:02:25 -0500
commit5a9983a76e02342f88ee3876aba137ddf6fcc5bd (patch)
treee56307c26ddbb3f6240693162978f8f1db11f165 /pkgs/servers
parentbdbd5f6026786d2f997b274fd841ee512c0e5265 (diff)
downloadnixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar.gz
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar.bz2
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar.lz
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar.xz
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.tar.zst
nixpkgs-5a9983a76e02342f88ee3876aba137ddf6fcc5bd.zip
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/sql/postgresql/ext/timescaledb.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
index 9a664bc2518..055195c1b04 100644
--- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix
+++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
@@ -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,