brockman: 4.0.3 -> 4.0.4
This commit is contained in:
parent
a4ebb2d7f4
commit
0501d689a1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue