summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/ext
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-10 13:26:03 -0500
committerAustin Seipp <aseipp@pobox.com>2019-06-10 17:52:35 -0700
commit4c4afb3cb97ee8ab4a4505241fa99e8992b547e8 (patch)
tree560c8ac5b5ecfeab2d6e85dfbd474e2e451a6258 /pkgs/servers/sql/postgresql/ext
parent16a1a4c5898291dd4181f577f747d6f99757213c (diff)
downloadnixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar.gz
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar.bz2
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar.lz
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar.xz
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.tar.zst
nixpkgs-4c4afb3cb97ee8ab4a4505241fa99e8992b547e8.zip
postgresqlPackages.timescaledb: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/servers/sql/postgresql/ext')
-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 055195c1b04..17270e34f75 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.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,