From b7a910792ae4efd27f69bd367c6c522bfe3bc201 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 19 Aug 2025 10:14:35 +0200 Subject: [PATCH] postgresql13Packages.pg_hint_plan: 1.3.9 -> 1.3.11 Release Notes: https://github.com/ossc-db/pg_hint_plan/releases/tag/REL13_1_3_10 https://github.com/ossc-db/pg_hint_plan/releases/tag/REL13_1_3_11 --- 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 10b86ef58d97..8050a1d2b9e7 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_hint_plan.nix @@ -25,8 +25,8 @@ let hash = "sha256-nGyKcNY57RdQdZKSaBPk2/YbT0Annz1ZevH0lKswdhA="; }; "13" = { - version = "1.3.9"; - hash = "sha256-KGcHDwk8CgNHPZARfLBfS8r7TRCP9LPjT+m4fNSnnW0="; + version = "1.3.11"; + hash = "sha256-XTxCw1Uj6rVLcXJuHoT3RkEhdKVLGjOdR7rhFI8YJas="; }; };