From 2df1d67602f6d0ff4544dbc06e60eef17c3f2622 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sat, 9 May 2026 13:36:51 +0500 Subject: [PATCH] postgrest: 14.8 -> 14.11 Release notes: https://github.com/PostgREST/postgrest/releases/tag/v14.11 --- 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 f0d47a8d9b1c..aa07149bf988 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2873,12 +2873,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.8"; + version = "14.11"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-/tRYc6uIViHXnSMoNXElsgW6E+lNXesYk1LOKS6Tdkg="; + hash = "sha256-ml6yWKNA+5j0vX4gZPz08q6JdLaIh5mLW4N7uuzkl0M="; }; }) ];