Skip to content

Commit c273eb2

Browse files
committed
postgresqlPackages.timescaledb_toolkit: 1.18.0 -> 1.19.0
Release notes: https://github.com/timescale/timescaledb-toolkit/releases/tag/1.19.0
1 parent 1f2ee29 commit c273eb2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
, buildPgrxExtension
44
, postgresql
55
, nixosTests
6-
, cargo-pgrx_0_10_2
6+
, cargo-pgrx_0_12_0_alpha_1
77
, nix-update-script
88
}:
99

10-
(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_10_2; }) rec {
10+
(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_12_0_alpha_1; }) rec {
1111
inherit postgresql;
1212

1313
pname = "timescaledb_toolkit";
14-
version = "1.18.0";
14+
version = "1.19.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "timescale";
1818
repo = "timescaledb-toolkit";
1919
rev = version;
20-
hash = "sha256-Lm/LFBkG91GeWlJL9RBqP8W0tlhBEeGQ6kXUzzv4xRE=";
20+
hash = "sha256-7yUbtWbYL4AnuUX8OXG4OVqYCY2Lf0pISSTlcFdPqog=";
2121
};
2222

23-
cargoHash = "sha256-LME8oftHmmiN8GU3eTBTSB6m0CE+KtDFRssL1g2Cjm8=";
23+
cargoHash = "sha256-+uD4UU7QwNISQZ7a2kDkY/y3fQWk/K0fFcrFq4yq6RU=";
2424
buildAndTestSubdir = "extension";
2525

2626
passthru = {
@@ -37,8 +37,5 @@
3737
maintainers = with maintainers; [ typetetris ];
3838
platforms = postgresql.meta.platforms;
3939
license = licenses.tsl;
40-
# PostgreSQL 17 support issue upstream: https://github.com/timescale/timescaledb-toolkit/issues/813
41-
# Check after next package update.
42-
broken = versionAtLeast postgresql.version "17" && version == "1.18.0";
4340
};
4441
}

0 commit comments

Comments
 (0)