# 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 ]; }