From 68e45f57db23ff77f4c8614cf7350d60c1febbb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 11 Mar 2026 09:50:14 +0100 Subject: [PATCH] postgrest: 14.5 -> 14.6 Release Notes: https://github.com/PostgREST/postgrest/releases/tag/v14.6 --- 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 78cab79157da..49df704d51de 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2740,12 +2740,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.5"; + version = "14.6"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-qeFBq+d8AjwXp4YleOa0hLnBppI5+Tm1OEgB1QHWqY8="; + hash = "sha256-VGEkb5Skq2u9MCJdz9xGJOoK0Dg22vAxXFRx2Xg9Dv8="; }; }) ];