diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-07-26 04:20:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-22 21:48:18 +0000 |
| commit | 0018a967a5c35da14947aee9ba2a4ebe74baf31d (patch) | |
| tree | fed6b3c4fe8cdf6b4a44d4ecbcb8923dd3fdf944 | |
| parent | Merge pull request #187903 from NixOS/backport-187896-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-182958-to-release-22.05.tar.gz | |
postgresqlPackages.timescaledb: 2.7.0 -> 2.7.2origin/backport-182958-to-release-22.05
https://github.com/timescale/timescaledb/releases/tag/2.7.1
https://github.com/timescale/timescaledb/releases/tag/2.7.2
(cherry picked from commit 6e6a515607b19eb575ba99d7b002b7d4683a5f8d)
| -rw-r--r-- | pkgs/servers/sql/postgresql/ext/timescaledb.nix | 4 |
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 cccafd67f3e6..cab063a2736b 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.7.0"; + version = "2.7.2"; nativeBuildInputs = [ cmake ]; buildInputs = [ postgresql openssl libkrb5 ]; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { owner = "timescale"; repo = "timescaledb"; rev = version; - sha256 = "sha256-h9mDa4dfr7ksIqd6OZg6L3jyiwPL+fmJJzoXFZH8mqM="; + sha256 = "sha256-roM4a+WWn8aODkS/kvouM6rO4TnVR7hAZmCkJkLpHKQ="; }; cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] |
