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