Unverified Commit 136519ba authored by Diogo Correia's avatar Diogo Correia
Browse files

cargo-pgrx_0_14_1: init; cargo-pgrx: 0.12.6 -> 0.14.1

parent 40c35807
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -76,4 +76,9 @@ in
    cargoHash = "sha256-pnMxWWfvr1/AEp8DvG4awig8zjdHizJHoZ5RJA8CL08=";
  };

  cargo-pgrx_0_14_1 = generic {
    version = "0.14.1";
    hash = "sha256-oMToAhKkRiCyC8JYS0gmo/XX3QVcVtF5mUV0aQjd+p8=";
    cargoHash = "sha256-RawGAQGtG2QVDCMbwjmUEaH6rDeRiBvvJsGCY8wySw0=";
  };
}
+2 −1
Original line number Diff line number Diff line
@@ -6047,8 +6047,9 @@ with pkgs;
    cargo-pgrx_0_12_0_alpha_1
    cargo-pgrx_0_12_5
    cargo-pgrx_0_12_6
    cargo-pgrx_0_14_1
    ;
  cargo-pgrx = cargo-pgrx_0_12_6;
  cargo-pgrx = cargo-pgrx_0_14_1;
  buildPgrxExtension = callPackage ../development/tools/rust/cargo-pgrx/buildPgrxExtension.nix { };
  opensmalltalk-vm = callPackage ../development/compilers/opensmalltalk-vm { };