postgresqlPackages.timescaledb_toolkit: switch to cargo-pgrx_0_12_6

This commit is contained in:
Kirill Radzikhovskyy 2024-11-21 06:33:38 +11:00
parent 07ba29fead
commit 7baa9da552

View File

@ -3,11 +3,11 @@
, buildPgrxExtension
, postgresql
, nixosTests
, cargo-pgrx_0_12_0_alpha_1
, cargo-pgrx_0_12_6
, nix-update-script
}:
(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_12_0_alpha_1; }) rec {
(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_12_6; }) rec {
inherit postgresql;
pname = "timescaledb_toolkit";