From a42a6f46f545f5e4b2ef037c0c2013f39bc04282 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 19 Aug 2025 10:17:35 +0200 Subject: [PATCH] postgresql17Packages.pg_hint_plan: 1.7.0 -> 1.7.1 Release Notes: https://github.com/ossc-db/pg_hint_plan/releases/tag/REL17_1_7_1 --- pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix index f471064a2906..3b98d5db6148 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix @@ -9,8 +9,8 @@ let sources = { # For v18, see https://github.com/ossc-db/pg_hint_plan/issues/224 "17" = { - version = "1.7.0"; - hash = "sha256-MNQMePDmGxC8OFIJuVJrhfgU566vkng00+tjeGpGKvs="; + version = "1.7.1"; + hash = "sha256-9GKqyrNpi80I4WWIiRN8zeXBm5bkRuzOWrZVfpYOzag="; }; "16" = { version = "1.6.2";