From 1cafcf671b2deea52bfe7aa61843c86cf6dbf8b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 30 Jun 2026 21:13:11 +0200 Subject: [PATCH] postgrest: 14.13 -> 14.14 Release Notes: https://github.com/PostgREST/postgrest/releases/tag/v14.14 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 794aebf34ed9..bb3c87bf42ef 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2534,12 +2534,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.13"; + version = "14.14"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-F34fAoNBcww9n6MsxYTjuBorOMcFzmo8nEj8rRomcrs="; + hash = "sha256-iAyGu0yKXpSg0uFgGvD1UGc35yDMLYQ/fHoRERiKJMU="; }; }) ];