From ab77613cf74e87e24dff780b412097488b19d080 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 19 Aug 2025 10:15:30 +0200 Subject: [PATCH] postgresql14Packages.pg_hint_plan: 1.4.2 -> 1.4.4 Release Notes: https://github.com/ossc-db/pg_hint_plan/releases/tag/REL14_1_4_3 https://github.com/ossc-db/pg_hint_plan/releases/tag/REL14_1_4_4 --- 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 8050a1d2b9e7..92cf3b6cdc84 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix @@ -21,8 +21,8 @@ let hash = "sha256-o8Hepf/Mc1ClRTLZ6PBdqU4jSdlz+ijVgl2vJKmIc6M="; }; "14" = { - version = "1.4.2"; - hash = "sha256-nGyKcNY57RdQdZKSaBPk2/YbT0Annz1ZevH0lKswdhA="; + version = "1.4.4"; + hash = "sha256-8rJ4Ck0Axf9zKhOXaJ4EA/M783YZRLuWx+GMGccadVo="; }; "13" = { version = "1.3.11";