postgresqlPackages.timescaledb-apache: 2.27.1 -> 2.27.2 (#527138)

This commit is contained in:
kirillrdy
2026-06-03 03:52:08 +00:00
committed by GitHub
@@ -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 ];