7 pname = "hyperpotamus";
10 src = fetchFromGitHub {
12 repo = "hyperpotamus";
14 hash = "sha256-dExkvObz+PNjqAZnigZHs/DCSHq31jDg9pgFmmtPmWk=";
17 npmDepsHash = "sha256-cH0VEhs4q13gnFKQmmu8fXjueBu/u7xtySE6HTm+bik=";
22 description = "YAML based HTTP script processing engine";
23 homepage = "https://github.com/pmarkert/hyperpotamus";
24 license = lib.licenses.mit;
25 mainProgram = "hyperpotamus";
26 maintainers = with lib.maintainers; [ onny ];