8000 chore: add cargo pgrx v0.14.3 for nix by burmecia · Pull Request #1619 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

chore: add cargo pgrx v0.14.3 for nix #1619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update cargoHash
  • Loading branch information
samrose committed Jun 3, 2025
commit f29a7b436fd1eb96833beddcf3ee104b1da31a4a
2 changes: 1 addition & 1 deletion nix/cargo-pgrx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ in
cargo-pgrx_0_12_9 = generic {
version = "0.12.9";
hash = "sha256-aR3DZAjeEEAjLQfZ0ZxkjLqTVMIEbU0UiZ62T4BkQq8=";
cargoHash = "sha256-53HKhvsKLTa2JCByLEcK3UzWXoM+LTatd98zvS1C9no=";
cargoHash = "sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY=";
};
cargo-pgrx_0_14_3 = generic {
version = "0.14.3";
Expand Down
0