From afa90ed54e5b2c471c386b12ddd79f3e1b9e0f68 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sun, 19 Jul 2026 15:11:00 +0500 Subject: [PATCH] postgrest: 14.14 -> 14.15 Release notes: https://github.com/PostgREST/postgrest/releases/tag/v14.15 --- 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 bb3c87bf42ef..ba1a366d4e83 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2534,12 +2534,12 @@ with haskellLib; doJailbreak # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275 (overrideSrc rec { - version = "14.14"; + version = "14.15"; src = pkgs.fetchFromGitHub { owner = "PostgREST"; repo = "postgrest"; rev = "v${version}"; - hash = "sha256-iAyGu0yKXpSg0uFgGvD1UGc35yDMLYQ/fHoRERiKJMU="; + hash = "sha256-6V2qZv7dAkhsddIF9gw/zFwk4x2VprLxmQyNEmGxLIs="; }; }) ];