From 2531442f3d785153d16fb20476915b2e1c429659 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Mon, 20 Mar 2023 07:14:24 +0000
Subject: [PATCH] fast-logger: regen

---
 pkgs/fast-logger.nix | 37 +++++++++----------------------------
 1 file changed, 9 insertions(+), 28 deletions(-)

diff --git a/pkgs/fast-logger.nix b/pkgs/fast-logger.nix
index e06eaa55..85edb418 100644
--- a/pkgs/fast-logger.nix
+++ b/pkgs/fast-logger.nix
@@ -1,38 +1,19 @@
-{ mkDerivation
-, array
-, auto-update
-, base
-, bytestring
-, directory
-, easy-file
-, filepath
-, hspec
-, hspec-discover
-, lib
-, text
-, unix-compat
-, unix-time
+{ mkDerivation, array, async, auto-update, base, bytestring
+, directory, easy-file, filepath, hspec, hspec-discover, lib, stm
+, text, unix-compat, unix-time
 }:
 mkDerivation {
   pname = "fast-logger";
-  version = "3.1.1";
-  sha256 = "435f6e7e0771b9b525550c292a941ab5726b233e7d91fdeca707e3cdb531a8e7";
+  version = "3.2.1";
+  sha256 = "89d070b2886ece24f521516d8bffea587226ae2192e36a150a276c4d424f5ee3";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
   libraryHaskellDepends = [
-    array
-    auto-update
-    base
-    bytestring
-    directory
-    easy-file
-    filepath
-    text
-    unix-compat
-    unix-time
+    array auto-update base bytestring directory easy-file filepath stm
+    text unix-compat unix-time
   ];
-  testHaskellDepends = [ base bytestring directory hspec ];
+  testHaskellDepends = [ async base bytestring directory hspec ];
   testToolDepends = [ hspec-discover ];
   enableLibraryProfiling = true;
   enableExecutableProfiling = true;
@@ -45,4 +26,4 @@ mkDerivation {
   description = "A fast logging system";
   license = lib.licenses.bsd3;
   broken = false;
-}
+}
\ No newline at end of file
-- 
GitLab