Skip to content

Commit c5b91d0

Browse files
committed
Bump fast-logger
New versions: * fast-logger-3.2.6 [old range matches]
1 parent 0b1537e commit c5b91d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ops/managed.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
chronos = "1.1.6.2";
162162
containers = "0.7";
163163
exon = "1.7.2.0";
164-
fast-logger = "3.2.5";
164+
fast-logger = "3.2.6";
165165
gi-gdk = "3.0.29";
166166
gi-glib = "2.0.30";
167167
gi-gtk = "3.0.43";
@@ -300,8 +300,8 @@
300300
repo = "hackage.haskell.org";
301301
};
302302
fast-logger = {
303-
version = "3.2.5";
304-
hash = "0872c6clb0p7js9g3p8xn2xfr97d0zqi8rp8zlxl5hpy5q32jlli";
303+
version = "3.2.6";
304+
hash = "0i2lcjrg2ll4ccwqk9lzqq862yhjiyhqk4222g90rvk379qphhg0";
305305
repo = "hackage.haskell.org";
306306
};
307307
generics-sop = {

ops/overrides.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,18 +356,18 @@ mkDerivation {
356356
;
357357
fast-logger = {
358358
meta = {
359-
sha256 = "0872c6clb0p7js9g3p8xn2xfr97d0zqi8rp8zlxl5hpy5q32jlli";
359+
sha256 = "0i2lcjrg2ll4ccwqk9lzqq862yhjiyhqk4222g90rvk379qphhg0";
360360
url = "https://hackage.haskell.org";
361-
ver = "3.2.5";
361+
ver = "3.2.6";
362362
};
363363
drv = { mkDerivation, array, async, auto-update, base, bytestring
364364
, directory, easy-file, filepath, hspec, hspec-discover, lib, stm
365365
, text, unix-compat, unix-time
366366
}:
367367
mkDerivation {
368368
pname = "fast-logger";
369-
version = "3.2.5";
370-
src = /nix/store/48r7m5z61gb1xa2hk6mr41i2yxpf8zrg-source;
369+
version = "3.2.6";
370+
src = /nix/store/rzjzxm842086yd8iq3gnng6dapj1s6rm-source;
371371
libraryHaskellDepends = [
372372
array auto-update base bytestring directory easy-file filepath stm
373373
text unix-compat unix-time

0 commit comments

Comments
 (0)