cargo-pgrx_0_12_0_alpha_1: remove
Used previously for pgvecto-rs 0.3.0, which has now been upgraded to 0.4.0, thus this is no longer needed.
This commit is contained in:
parent
03a3e2acec
commit
b468a08276
@ -54,12 +54,6 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
cargo-pgrx_0_12_0_alpha_1 = generic {
|
|
||||||
version = "0.12.0-alpha.1";
|
|
||||||
hash = "sha256-0m9oaqjU42RYyttkTihADDrRMjr2WoK/8sInZALeHws=";
|
|
||||||
cargoHash = "sha256-9XTIcpoCnROP63ZTDgMMMmj0kPggiTazKlKQfCgXKzk=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargo-pgrx_0_12_5 = generic {
|
cargo-pgrx_0_12_5 = generic {
|
||||||
version = "0.12.5";
|
version = "0.12.5";
|
||||||
hash = "sha256-U2kF+qjQwMTaocv5f4p5y3qmPUsTzdvAp8mz9cn/COw=";
|
hash = "sha256-U2kF+qjQwMTaocv5f4p5y3qmPUsTzdvAp8mz9cn/COw=";
|
||||||
|
@ -6975,7 +6975,6 @@ with pkgs;
|
|||||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security SystemConfiguration;
|
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security SystemConfiguration;
|
||||||
};
|
};
|
||||||
inherit (callPackages ../development/tools/rust/cargo-pgrx { })
|
inherit (callPackages ../development/tools/rust/cargo-pgrx { })
|
||||||
cargo-pgrx_0_12_0_alpha_1
|
|
||||||
cargo-pgrx_0_12_5
|
cargo-pgrx_0_12_5
|
||||||
cargo-pgrx_0_12_6
|
cargo-pgrx_0_12_6
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user