brockman: 4.0.3 -> 4.0.4

This commit is contained in:
lassulus 2022-06-01 11:15:55 +02:00
parent a4ebb2d7f4
commit 0501d689a1

View file

@ -7,19 +7,19 @@
}: }:
mkDerivation rec { mkDerivation rec {
pname = "brockman"; pname = "brockman";
version = "4.0.3"; version = "4.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kmein"; owner = "kmein";
repo = "brockman"; repo = "brockman";
rev = version; rev = version;
sha256 = "sha256-rjwroSG9ys0FV2JM70kzmCutMVpUTx8cQ+jQq8Hw1kw="; sha256 = "sha256-GOEEUjehFgMMf6cNpi0AP/Rz74sTDEcpKRbLD+6YEz0=";
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
aeson aeson-pretty base bytestring case-insensitive conduit aeson aeson-pretty base bytestring case-insensitive conduit
containers directory feed filepath hashable hslogger html-entity 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 optparse-applicative random safe text time timerep wreq
]; ];
license = lib.licenses.mit; license = lib.licenses.mit;