From ed5eed65d7add9e88a4ed0c3f158e203eb0620f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 19 Aug 2025 10:18:06 +0200 Subject: [PATCH] postgresql18Packages.pg_hint_plan: init at 1.8.0 Release Notes: https://github.com/ossc-db/pg_hint_plan/releases/tag/REL18_1_8_0 --- pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix index 3b98d5db6148..9e3cc3bd3fc1 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix @@ -7,7 +7,10 @@ let sources = { - # For v18, see https://github.com/ossc-db/pg_hint_plan/issues/224 + "18" = { + version = "1.8.0"; + hash = "sha256-QsDppGN5TE7CSii3mNmwqT/riNNjyRTJk6d6Xcf0JMw="; + }; "17" = { version = "1.7.1"; hash = "sha256-9GKqyrNpi80I4WWIiRN8zeXBm5bkRuzOWrZVfpYOzag=";