mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +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
|
||||
, 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";
|
||||
|
Loading…
Reference in New Issue
Block a user