From f125635a784e1ab084f3bf5f8b6b4dc40992d866 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 24 Mar 2026 13:59:19 +0100 Subject: [PATCH] postgrest: 14.6 -> 14.7 Release notes: https://github.com/PostgREST/postgrest/releases/tag/v14.7 --- 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 16fc610bbba6..082ea8b18a81 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2758,12 +2758,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.6"; + version = "14.7"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-VGEkb5Skq2u9MCJdz9xGJOoK0Dg22vAxXFRx2Xg9Dv8="; + hash = "sha256-Kr06TefPaeL4Nk1GKDbGFGgYQcS/e0A+Pn7pqGfdAlQ="; }; }) ];