postgresqlPackages.timescaledb-apache: 2.25.0 -> 2.25.1

This commit is contained in:
R. Ryantm
2026-02-17 13:15:48 +00:00
parent 5df18a3c8a
commit 6d5ca375bd
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.25.0";
version = "2.25.1";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-m5aBxOOH04b0iDvApvY30uvYsFoV+WEBnKP4Ssr0t/M=";
hash = "sha256-/Pjv8YnUBVu3lIymYQf2ILXjiO3yNSalPca3/p1t9R4=";
};
nativeBuildInputs = [ cmake ];