We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ba29f commit 7baa9daCopy full SHA for 7baa9da
pkgs/servers/sql/postgresql/ext/timescaledb_toolkit.nix
@@ -3,11 +3,11 @@
3
, buildPgrxExtension
4
, postgresql
5
, nixosTests
6
-, cargo-pgrx_0_12_0_alpha_1
+, cargo-pgrx_0_12_6
7
, nix-update-script
8
}:
9
10
-(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_12_0_alpha_1; }) rec {
+(buildPgrxExtension.override { cargo-pgrx = cargo-pgrx_0_12_6; }) rec {
11
inherit postgresql;
12
13
pname = "timescaledb_toolkit";
0 commit comments