mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
postgresqlPackages.timescaledb_toolkit: switch to cargo-pgrx_0_12_6
This commit is contained in:
parent
07ba29fead
commit
7baa9da552
@ -3,11 +3,11 @@
|
|||||||
, buildPgrxExtension
|
, buildPgrxExtension
|
||||||
, postgresql
|
, postgresql
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, cargo-pgrx_0_12_0_alpha_1
|
, cargo-pgrx_0_12_6
|
||||||
, nix-update-script
|
, 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;
|
inherit postgresql;
|
||||||
|
|
||||||
pname = "timescaledb_toolkit";
|
pname = "timescaledb_toolkit";
|
||||||
|
Loading…
Reference in New Issue
Block a user