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>2021-01-28 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-01-28 04:20:00 +0000
commit2c10838ceada7e62c748c664b878b8f0de897800 (patch)
tree43f8e9e1c5fd6b6df54807921d708455d97dec54 /pkgs/servers/sql/postgresql/ext
parent791555c44430b0a05350c6dd9c1bfbc645a54d9f (diff)
downloadnixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar.gz
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar.bz2
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar.lz
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar.xz
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.tar.zst
nixpkgs-2c10838ceada7e62c748c664b878b8f0de897800.zip
postgresqlPackages.timescaledb: 2.0.0 -> 2.0.1
https://github.com/timescale/timescaledb/releases/tag/2.0.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 abde49542f1..d10907805aa 100644
--- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix
+++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
@@ -8,7 +8,7 @@
 
 stdenv.mkDerivation rec {
   pname = "timescaledb";
-  version = "2.0.0";
+  version = "2.0.1";
 
   nativeBuildInputs = [ cmake ];
   buildInputs = [ postgresql openssl ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     owner  = "timescale";
     repo   = "timescaledb";
     rev    = "refs/tags/${version}";
-    sha256 = "0id1h46490mjqp8ijhv2qswpdli2nh2z15mgh6gfc2wl3bhwhi1g";
+    sha256 = "105zc5m3zvnrqr8409qdbycb4yp7znxmna76ri1m2djkdp5rh4q1";
   };
 
   # -DWARNINGS_AS_ERRORS=OFF to be removed once https://github.com/timescale/timescaledb/issues/2770 is fixed in upstream