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:
Diogo Correia 2024-11-21 11:25:45 +00:00
parent 03a3e2acec
commit b468a08276
No known key found for this signature in database
GPG Key ID: 12B4F3AC9C065D08
2 changed files with 0 additions and 7 deletions

View File

@ -54,12 +54,6 @@ let
};
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 {
version = "0.12.5";
hash = "sha256-U2kF+qjQwMTaocv5f4p5y3qmPUsTzdvAp8mz9cn/COw=";

View File

@ -6975,7 +6975,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security SystemConfiguration;
};
inherit (callPackages ../development/tools/rust/cargo-pgrx { })
cargo-pgrx_0_12_0_alpha_1
cargo-pgrx_0_12_5
cargo-pgrx_0_12_6
;