mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskellPackages.ekgBosun: New expression
This commit is contained in:
parent
a4beb6a2b6
commit
60e661074d
@ -6,13 +6,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ekg-bosun";
|
pname = "ekg-bosun";
|
||||||
version = "1.0.0";
|
version = "1.0.2";
|
||||||
sha256 = "0r7ri2mfqhxypjm96s03d00b3fh28mw79wkj2cbhk4w23v2rhdv0";
|
sha256 = "0q32yvl5j59s22v357j8vx0i3b5cd0gygh7gyibym5ka5d5xd82m";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson ekgCore httpClient lens network networkUri text time
|
aeson ekgCore httpClient lens network networkUri text time
|
||||||
unorderedContainers vector wreq
|
unorderedContainers vector wreq
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/ekg-bosun";
|
homepage = "http://github.com/ocharles/ekg-bosun";
|
||||||
description = "Send ekg metrics to a Bosun instance";
|
description = "Send ekg metrics to a Bosun instance";
|
||||||
|
Loading…
Reference in New Issue
Block a user