From 9d4d64358ea285566b40120bc69e52dd026967b1 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Wed, 23 Feb 2022 16:22:26 +0100 Subject: postgresqlPackages.timescaledb: 2.5.2 -> 2.6.0 --- pkgs/servers/sql/postgresql/ext/timescaledb.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix index ba6fc77a8a1..1b19593053a 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix @@ -8,17 +8,17 @@ stdenv.mkDerivation rec { pname = "timescaledb"; - version = "2.5.2"; + version = "2.6.0"; nativeBuildInputs = [ cmake ]; buildInputs = [ postgresql openssl libkrb5 ]; src = fetchFromGitHub { - owner = "timescale"; - repo = "timescaledb"; + owner = "timescale"; + repo = "timescaledb"; # some branches are named like tags which confuses git - rev = "refs/tags/${version}"; - sha256 = "sha256-eq2dljS8+0fRcA7hQr5yOV1FXtMyaajjYFqpw+DYt1A="; + rev = "refs/tags/${version}"; + sha256 = "sha256-OiY7u7n78k+LsXo/B463p02tw5Fmq/OiVcLcZVutUdA="; }; cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] @@ -40,11 +40,11 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space"; - homepage = "https://www.timescale.com/"; - changelog = "https://github.com/timescale/timescaledb/raw/${version}/CHANGELOG.md"; + homepage = "https://www.timescale.com/"; + changelog = "https://github.com/timescale/timescaledb/raw/${version}/CHANGELOG.md"; maintainers = with maintainers; [ volth marsam ]; - platforms = postgresql.meta.platforms; - license = licenses.asl20; - broken = versionOlder postgresql.version "12"; + platforms = postgresql.meta.platforms; + license = licenses.asl20; + broken = versionOlder postgresql.version "12"; }; } -- cgit 1.4.1