From ddab8865d7d036bb2a69417a0eda34cd5fc82d4f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 19 Aug 2025 10:17:03 +0200 Subject: [PATCH] postgresql16Packages.pg_hint_plan: 1.6.0 -> 1.6.2 Release Notes: https://github.com/ossc-db/pg_hint_plan/releases/tag/REL16_1_6_1 https://github.com/ossc-db/pg_hint_plan/releases/tag/REL16_1_6_2 --- 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 ca9666a21227..f471064a2906 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix @@ -13,8 +13,8 @@ let hash = "sha256-MNQMePDmGxC8OFIJuVJrhfgU566vkng00+tjeGpGKvs="; }; "16" = { - version = "1.6.0"; - hash = "sha256-lg7N0QblluTgtNo1tGZjirNJSyQXtcAEs9Jqd3zx0Sg="; + version = "1.6.2"; + hash = "sha256-WMmtnuGOvLwtiEmgHpYURC1k5NmkBiDg+PnQCIZp7Sk="; }; "15" = { version = "1.5.3";