Commit Graph

33 Commits

Author SHA1 Message Date
R. Ryantm
57c5a92067 cargo-pgrx: 0.18.0 -> 0.18.1 2026-05-31 21:11:40 +00:00
Erlend Hamberg
3ed3a6889f cargo-pgrx: 0.17.0 -> 0.18.0 2026-05-19 13:47:39 +02:00
R. Ryantm
b626d1c592 cargo-pgrx: 0.16.1 -> 0.17.0 2026-02-17 03:08:34 +00:00
R. Ryantm
f8022ce68e cargo-pgrx: 0.16.0 -> 0.16.1 2025-09-25 20:46:03 +00:00
R. Ryantm
ef522442c5 cargo-pgrx: 0.15.0 -> 0.16.0 2025-08-01 20:53:14 +00:00
Wolfgang Walther
68f8de6113 cargo-pgrx: prevent update of pinned versions
Hopefully it works this time.
2025-07-19 15:00:49 +02:00
Wolfgang Walther
86efb7f659 cargo-pgrx: modernize 2025-07-07 10:22:59 +02:00
Wolfgang Walther
4a373d13c5 cargo-pgrx_0_12_5: drop
Unused in nixpkgs right now.
2025-07-07 10:22:58 +02:00
Wolfgang Walther
4356ab5366 cargo-pgrx: 0.14.1 -> 0.15.0
Now handling the default cargo-pgrx attribute independently from pinned
versions to allow auto-update without breaking things.
2025-07-07 10:05:57 +02:00
Diogo Correia
136519ba0a cargo-pgrx_0_14_1: init; cargo-pgrx: 0.12.6 -> 0.14.1 2025-06-26 18:41:06 +01:00
Alyssa Ross
feb6df150f cargo-pgrx: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-26 20:35:52 +01:00
Matthias Beyer
108a4ac006 cargo-pgrx: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2025-01-03 13:53:26 +01:00
Robert Schütz
adaa460a69 Revert "cargo-pgrx_0_12_0_alpha_1: remove"
This reverts commit b468a08276.
2024-11-23 08:40:12 -08:00
Diogo Correia
b468a08276 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.
2024-11-23 09:57:09 +00:00
Diogo Correia
dc1e6a5f3e cargo-pgrx: run nixfmt 2024-11-23 09:57:05 +00:00
Diogo Correia
c8610bba9f cargo-pgrx_0_12_5: init
Additionally, fix broken darwin build for all versions above 0.12.0.
2024-11-23 09:56:24 +00:00
Wolfgang Walther
3903e1897a cargo-pgrx_0_11_3: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Wolfgang Walther
7faa64b0aa cargo-pgrx_0_11_2: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Wolfgang Walther
c8de5e8d85 cargo-pgrx_0_10_2: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Kirill Radzikhovskyy
07ba29fead cargo-pgrx_0_12_6: init at 0_12_6 2024-11-21 06:32:48 +11:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Diogo Correia
da5ae1bd60 postgresqlPackages.pgvecto-rs: 0.2.1 -> 0.3.0 2024-07-30 01:23:15 +01:00
Mario Rodas
22ba1a22d7 cargo-pgrx: expose more versions 2024-03-15 04:20:00 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Tom Houlé
8042d5e6ad cargo-pgrx: 0.11.0 -> 0.11.2 2023-12-13 14:37:50 +00:00
R. Ryantm
30e70aded1 cargo-pgrx: 0.10.2 -> 0.11.0 2023-10-12 21:02:39 +00:00
R. Ryantm
cdd0e6028a cargo-pgrx: 0.10.0 -> 0.10.2 2023-09-22 11:34:11 +00:00
happysalada
109efd459d cargo-pgrx: 0.9.8 -> 0.10.0 2023-09-06 07:20:54 +00:00
R. Ryantm
94d1f330ee cargo-pgrx: 0.9.7 -> 0.9.8 2023-07-16 08:08:09 +08:00
R. Ryantm
ba3b1b6bef cargo-pgrx: 0.9.6 -> 0.9.7 2023-07-04 11:39:48 +00:00
R. Ryantm
6474626221 cargo-pgrx: 0.9.5 -> 0.9.6 2023-06-24 12:14:54 +00:00
happysalada
55aaed3b1c cargo-pgrx: 0.9.2 -> 0.9.5 2023-06-11 05:43:52 -04:00
happysalada
bfafd5c86a cargo-pgrx: init at 0.9.2 2023-06-07 05:01:35 -04:00