From a3da60d31d569a39b585cefbbdf5443e4446beb6 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 13 Feb 2026 14:55:52 +0100 Subject: [PATCH] postgrest: 14.2 -> 14.5 Release Notes: - https://github.com/PostgREST/postgrest/releases/tag/v14.3 - https://github.com/PostgREST/postgrest/releases/tag/v14.4 - https://github.com/PostgREST/postgrest/releases/tag/v14.5 --- 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 bcbcf3ba0f12..5464ac65bac5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2870,12 +2870,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.2"; + version = "14.5"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-wvE3foz2miOzA3hZ1Ar5XR0FUvP5EqAk010dXp8hiz0="; + hash = "sha256-qeFBq+d8AjwXp4YleOa0hLnBppI5+Tm1OEgB1QHWqY8="; }; }) ];