From 9a763ad07bb1ec49cb4eff828bc31cdd59cb3dd6 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 22 May 2026 23:57:07 +0200 Subject: [PATCH] postgrest: 14.11 -> 14.12 Release Notes: https://github.com/PostgREST/postgrest/releases/tag/v14.12 --- 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 7ae7c242846e..537bce427b8e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2521,12 +2521,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.11"; + version = "14.12"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-ml6yWKNA+5j0vX4gZPz08q6JdLaIh5mLW4N7uuzkl0M="; + hash = "sha256-9Y14sDjHf51qv78DGIrcoU1S/nSHOhc6lGM9wRlegMs="; }; }) ];