about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-json.nix
blob: e115e2c40b9d2e09a57f22018eaa9f39d978eaf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This has been automatically generated by the script
# ./update.sh.  This should not be changed by hand.
{ mkDerivation, aeson, base, ekg-core, fetchgit, lib, text
, unordered-containers, vector
}:
mkDerivation {
  pname = "ekg-json";
  version = "0.1.0.7";
  src = fetchgit {
    url = "https://github.com/hasura/ekg-json.git";
    sha256 = "1yf9x7gh66q27c3wv5m00ijf2qpiwm53jjlhrj2yc1glv684wf4v";
    rev = "f25b9ddb7aae18059ef707a5ce30d6a54a63db13";
    fetchSubmodules = true;
  };
  libraryHaskellDepends = [
    aeson base ekg-core text unordered-containers vector
  ];
  homepage = "https://github.com/tibbe/ekg-json";
  description = "JSON encoding of ekg metrics";
  license = lib.licenses.bsd3;
  maintainers = with lib.maintainers; [ lassulus ];
}