postgresqlPackages.timescaledb: 2.21.2 -> 2.21.3
This commit is contained in:
parent
27473e9a5e
commit
b02f2218db
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
postgresqlBuildExtension (finalAttrs: {
|
postgresqlBuildExtension (finalAttrs: {
|
||||||
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
|
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
|
||||||
version = "2.21.2";
|
version = "2.21.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "timescale";
|
owner = "timescale";
|
||||||
repo = "timescaledb";
|
repo = "timescaledb";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-pNF75Wh8WMXqxjU19KBiH/jYzT/4uBYuUMH1vRilU94=";
|
hash = "sha256-u6xa8Tgb17pz0FSgbw06J6FOeFHROX9agXK4sUK1G9k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -106,7 +106,7 @@ postgresqlBuildExtension (finalAttrs: {
|
|||||||
||
|
||
|
||||||
# PostgreSQL 18 support issue upstream: https://github.com/timescale/timescaledb/issues/8233
|
# PostgreSQL 18 support issue upstream: https://github.com/timescale/timescaledb/issues/8233
|
||||||
# Check after next package update.
|
# Check after next package update.
|
||||||
lib.warnIf (finalAttrs.version != "2.21.2") "Is postgresql18Packages.timescaledb still broken?" (
|
lib.warnIf (finalAttrs.version != "2.21.3") "Is postgresql18Packages.timescaledb still broken?" (
|
||||||
lib.versionAtLeast postgresql.version "18"
|
lib.versionAtLeast postgresql.version "18"
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user