about summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-16 05:47:29 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-16 14:47:29 +0200
commite03acfe161f6c28518211df6a9d1611c84957b8f (patch)
treebef0cb9a7984ea12a51eb06ee4a48d970ccfd1d4 /pkgs/servers/sql
parentd596db5ea610f272672785f38903839ec85d5ebc (diff)
downloadnixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar.gz
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar.bz2
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar.lz
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar.xz
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.tar.zst
nixlib-e03acfe161f6c28518211df6a9d1611c84957b8f.zip
timescaledb: 0.9.1 -> 0.9.2 (#40468)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/timescaledb/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.2 with grep in /nix/store/m28fll152hk6ik9fiz2jy66qccjxklq3-timescaledb-0.9.2
- directory tree listing: https://gist.github.com/a922008862652d9f3c6f2e2a678c4c71
- du listing: https://gist.github.com/8c5a0a1374fbb013168d4197d67ba214
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/timescaledb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/timescaledb/default.nix b/pkgs/servers/sql/postgresql/timescaledb/default.nix
index e1a4aed3b7e4..ce298cb2745d 100644
--- a/pkgs/servers/sql/postgresql/timescaledb/default.nix
+++ b/pkgs/servers/sql/postgresql/timescaledb/default.nix
@@ -8,7 +8,7 @@
 
 stdenv.mkDerivation rec {
   name = "timescaledb-${version}";
-  version = "0.9.1";
+  version = "0.9.2";
 
   nativeBuildInputs = [ cmake ];
   buildInputs = [ postgresql ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     owner  = "timescale";
     repo   = "timescaledb";
     rev    = "refs/tags/${version}";
-    sha256 = "00k8fk5a1xpv9nxlmafnngk31wh80h6m72vsl1hnyq7nhby7ylic";
+    sha256 = "1zgyd407skqbsw2zj3l9hixwlisnj82yb6hbq5khjg9k0ifvvgyp";
   };
 
   # Fix the install phase which tries to install into the pgsql extension dir,