diff options
author | lassulus <lassulus@lassul.us> | 2022-06-01 11:15:55 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-06-01 11:15:55 +0200 |
commit | 0501d689a1d3c54035bea7cb8fe0ca01e1d87b98 (patch) | |
tree | aaab84532c579a15a5d8c3835dfaf5a2e6ec7eb1 /krebs/5pkgs | |
parent | a4ebb2d7f469f58d924bbdfa7f83848a2b790fdd (diff) |
brockman: 4.0.3 -> 4.0.4
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/haskell/brockman/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/5pkgs/haskell/brockman/default.nix b/krebs/5pkgs/haskell/brockman/default.nix index 8a2311a2e..6a0c7f9df 100644 --- a/krebs/5pkgs/haskell/brockman/default.nix +++ b/krebs/5pkgs/haskell/brockman/default.nix @@ -7,19 +7,19 @@ }: mkDerivation rec { pname = "brockman"; - version = "4.0.3"; + version = "4.0.4"; src = fetchFromGitHub { owner = "kmein"; repo = "brockman"; rev = version; - sha256 = "sha256-rjwroSG9ys0FV2JM70kzmCutMVpUTx8cQ+jQq8Hw1kw="; + sha256 = "sha256-GOEEUjehFgMMf6cNpi0AP/Rz74sTDEcpKRbLD+6YEz0="; }; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson aeson-pretty base bytestring case-insensitive conduit containers directory feed filepath hashable hslogger html-entity - http-client irc-conduit lens lrucache lrucaching network + http-client irc-conduit lens lrucache network optparse-applicative random safe text time timerep wreq ]; license = lib.licenses.mit; |