Revert "cargo-pgrx_0_12_0_alpha_1: remove"

This reverts commit b468a08276.
This commit is contained in:
Robert Schütz 2024-11-23 08:40:12 -08:00
parent 5f78560fca
commit adaa460a69
2 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,12 @@ 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

@ -6963,6 +6963,7 @@ 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
;