postgresqlPackages.timescaledb-apache: 2.27.1 -> 2.27.2

This commit is contained in:
R. Ryantm
2026-06-02 13:33:50 +00:00
parent 017304cea5
commit 96faf59734
@@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.27.1";
version = "2.27.2";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
tag = finalAttrs.version;
hash = "sha256-wZGb2UPYUi0lQ7S+kjhlkVCIAP+JZ/8uSJUkIf357a8=";
hash = "sha256-/z8qr+56svxnUrnmh0uetPPttXdc1B8aDKZ5mtZpTt4=";
};
nativeBuildInputs = [ cmake ];