cargo-pgrx: 0.11.2 -> 0.12.6

Just move the top-level attribute to the latest stable version currently
available in nixpkgs.
This commit is contained in:
Wolfgang Walther
2024-11-20 22:27:53 +01:00
parent 1596e0aa7d
commit 9e81eb8444
+1 -1
View File
@@ -7009,7 +7009,7 @@ with pkgs;
cargo-pgrx_0_12_0_alpha_1
cargo-pgrx_0_12_6
;
cargo-pgrx = cargo-pgrx_0_11_2;
cargo-pgrx = cargo-pgrx_0_12_6;
buildPgrxExtension = callPackage ../development/tools/rust/cargo-pgrx/buildPgrxExtension.nix {
inherit (darwin.apple_sdk.frameworks) Security;