Skip to content

Commit 8cf1b1d

Browse files
committed
hedis: Upgrade to fix connection timeout issues with cluster
Upstream PR: informatikr/hedis#227
1 parent 5c59628 commit 8cf1b1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix/haskell-pins.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ let
130130

131131
# PR: https://github.com/informatikr/hedis/pull/224
132132
# PR: https://github.com/informatikr/hedis/pull/226
133+
# PR: https://github.com/informatikr/hedis/pull/227
133134
hedis = {
134135
src = fetchgit {
135136
url = "https://github.com/wireapp/hedis";
136-
rev = "c45975e4b5f42b9d0c853e2d59ed55582f6b1482";
137-
sha256 = "sha256-oB7Z7ErYFguLiWPaFzCsD3Q+7UPfAkvdkc8aKSePmbQ=";
137+
rev = "87f4a5ecfa572dfdc9ebe905485d0012ad2d1833";
138+
sha256 = "sha256-3evlUj/n39SYncJDUjN6hk12tn/DyCFy2TFvP0/6xdU=";
138139
};
139140
};
140141

0 commit comments

Comments
 (0)