From 1ed89b35d146cb5d8f02ef76409c7f92c5f2fb7e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Mar 2026 13:19:07 +0000 Subject: [PATCH] postgresqlPackages.timescaledb-apache: 2.25.2 -> 2.26.0 --- pkgs/servers/sql/postgresql/ext/timescaledb.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix index ec9970293e7d..6a5effbade0f 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix @@ -13,13 +13,13 @@ postgresqlBuildExtension (finalAttrs: { pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; - version = "2.25.2"; + version = "2.26.0"; src = fetchFromGitHub { owner = "timescale"; repo = "timescaledb"; tag = finalAttrs.version; - hash = "sha256-PtkeGuBWGYMiacVUnJcM+jDDNxis9IQTcwQuaaUqMvE="; + hash = "sha256-3shPIY/9bdlf+PryZ/NeChmdYtsKHfwE9x6jvBKaWS8="; }; nativeBuildInputs = [ cmake ];