Unverified Commit 40c35807 authored by Diogo Correia's avatar Diogo Correia
Browse files

postgresqlPackages.{pgvectorscale,pgx_ulid}: pin cargo-pgrx 0.12.6

parent 42d03f2a
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{
  buildPgrxExtension,
  cargo-pgrx_0_12_6,
  postgresql,
  fetchFromGitHub,
  lib,
  postgresqlTestExtension,
}:

buildPgrxExtension (finalAttrs: {
let
  buildPgrxExtension' = buildPgrxExtension.override {
    # Upstream only works with a fixed minor version of cargo-pgrx for each release.
    cargo-pgrx = cargo-pgrx_0_12_6;
  };
in
buildPgrxExtension' (finalAttrs: {
  pname = "pgvectorscale";
  version = "0.7.0";

+8 −1
Original line number Diff line number Diff line
{
  buildPgrxExtension,
  cargo-pgrx_0_12_6,
  fetchFromGitHub,
  lib,
  nix-update-script,
  postgresql,
  util-linux,
}:
buildPgrxExtension (finalAttrs: {
let
  buildPgrxExtension' = buildPgrxExtension.override {
    # Upstream only works with a fixed minor version of cargo-pgrx for each release.
    cargo-pgrx = cargo-pgrx_0_12_6;
  };
in
buildPgrxExtension' (finalAttrs: {
  inherit postgresql;

  pname = "pgx_ulid";