From a9a353ff9a74ae41e249701c67c628cd1d813593 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..9d39a913d 100644 --- a/flake.lock +++ b/flake.lock @@ -370,15 +370,16 @@ "tinylog": "tinylog" }, "locked": { - "lastModified": 1732689486, - "narHash": "sha256-geIUi3MO2l91Ww3lPwztyVdt3gYf4bvqUKopQYfeXxU=", + "lastModified": 1732799370, + "narHash": "sha256-nhR84IwCbNgoguT9UO4z2X7FbjLcH/k/6Emch5BCHO4=", "owner": "nammayatri", "repo": "euler-hs", - "rev": "1d1f4490d5188d0fc07111d4a9be9e8bcb7dfc32", + "rev": "5cb836792e49936ad45d1d34867f6a6959788b61", "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"; };