about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-28 04:20:00 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-30 04:34:26 +0000
commit5ea10a41d73c495648a6e53509ee9f11c0f97675 (patch)
tree4745680c1ae84416109d33dfa2fbfa0f6c62b8c7 /pkgs
parent53e4d47072a8c439242a4ab3bf3587b3b41c67cb (diff)
postgresql12Packages.timescaledb: mark broken
(cherry picked from commit 358670d6ae680c4b5552681b051ca7f8444ea1f1)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/sql/postgresql/ext/timescaledb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
index 307171adeb39e..dac2e77c0cf26 100644
--- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix
+++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ marsam ];
     platforms = postgresql.meta.platforms;
     license = with licenses; if enableUnfree then tsl else asl20;
-    broken = versionOlder postgresql.version "12";
+    broken = versionOlder postgresql.version "13";
   };
 }