postgresqlPackages.timescaledb: 2.18.1 -> 2.18.2

This commit is contained in:
R. Ryantm
2025-02-25 07:27:41 +00:00
parent 521ddca608
commit 427cde65c7
@@ -13,7 +13,7 @@
buildPostgresqlExtension rec {
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
version = "2.18.1";
version = "2.18.2";
nativeBuildInputs = [ cmake ];
buildInputs = [
@@ -25,7 +25,7 @@ buildPostgresqlExtension rec {
owner = "timescale";
repo = "timescaledb";
rev = version;
hash = "sha256-Ckrs22lPQb+zx9JNHHB3TQDx9ry+q8+FimvR3OT3npg=";
hash = "sha256-/PKk8/cS6jqL+mhSqFU6gybqDx3ld77RLF/uB+1XJCQ=";
};
cmakeFlags =