From 239a9c8783e8ad3275302ca94ea84c62d581d090 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 12 Feb 2026 16:55:40 -0500 Subject: [PATCH] feat: update postgres minor version on 15 an 17 --- nix/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/config.nix b/nix/config.nix index ca8a841f5..3881c6013 100644 --- a/nix/config.nix +++ b/nix/config.nix @@ -46,12 +46,12 @@ in supportedPostgresVersions = { postgres = { "15" = { - version = "15.14"; - hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI="; + version = "15.16"; + hash = "sha256-aV7imne+H1AQ4Q82Z2lvKYcVh/eqMR6twfgJvqKHz0g="; }; "17" = { - version = "17.6"; - hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA="; + version = "17.8"; + hash = "sha256-qI0ZXdk3MEUtDPoaEYlnINbRughLwr59f8VX+k5BWKA="; }; }; orioledb = {