From bc1fa5c8638c255cb783d1f0e915c5e3b1859e69 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 12 Jun 2026 13:02:31 +0500 Subject: [PATCH] postgrest: 14.12 -> 14.13 Release notes: https://github.com/PostgREST/postgrest/releases/tag/v14.13 --- 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 460cdc6dad5e..a00cc0cdb399 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2530,12 +2530,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.12"; + version = "14.13"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-9Y14sDjHf51qv78DGIrcoU1S/nSHOhc6lGM9wRlegMs="; + hash = "sha256-F34fAoNBcww9n6MsxYTjuBorOMcFzmo8nEj8rRomcrs="; }; }) ];