From b3f4a96ef66a106dd8eb19f1da0ca2ff87a57119 Mon Sep 17 00:00:00 2001 From: Jaypal Mudaliyar <77069644+jaypalmudaliyar24@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:47:21 +0530 Subject: [PATCH] fix: adds refresh logic when one connection is expired --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 6dfc9924a..4a912007f 100644 --- a/flake.lock +++ b/flake.lock @@ -370,15 +370,16 @@ "tinylog": "tinylog" }, "locked": { - "lastModified": 1732689486, - "narHash": "sha256-geIUi3MO2l91Ww3lPwztyVdt3gYf4bvqUKopQYfeXxU=", + "lastModified": 1733215642, + "narHash": "sha256-dcgGMU4WzjJ3cf+MrbzDd/qmi2FdCN5njS07YaZtrTg=", "owner": "nammayatri", "repo": "euler-hs", - "rev": "1d1f4490d5188d0fc07111d4a9be9e8bcb7dfc32", + "rev": "e762f7a220689f8183ba7a91d62d3dc15607c7ab", "type": "github" }, "original": { "owner": "nammayatri", + "ref": "fix/db-expired-connection", "repo": "euler-hs", "type": "github" } diff --git a/flake.nix b/flake.nix index 98c09dfb4..fff87e071 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ prometheus-haskell.inputs.haskell-flake.follows = "common/haskell-flake"; euler-hs = { - url = "github:nammayatri/euler-hs"; + url = "github:nammayatri/euler-hs/fix/db-expired-connection"; inputs.nixpkgs.follows = "nixpkgs"; inputs.haskell-flake.follows = "haskell-flake"; };