From ea7c7defe170f48e0b0e316bde7c4d0524eda292 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 7 Apr 2026 11:20:22 +0200 Subject: [PATCH] postgrest: 14.7 -> 14.8 Release Notes: https://github.com/PostgREST/postgrest/releases/tag/v14.8 --- 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 e8afdefc3ea2..1148e0af58a6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2781,12 +2781,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.7"; + version = "14.8"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-Kr06TefPaeL4Nk1GKDbGFGgYQcS/e0A+Pn7pqGfdAlQ="; + hash = "sha256-/tRYc6uIViHXnSMoNXElsgW6E+lNXesYk1LOKS6Tdkg="; }; }) ];