1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-ctRE7aF3Qj+fI/m0CuLA6x7E+mY6s1+UfBJI5YFea4g=";
14 vendorHash = "sha256-T/KLiSK6bxXGkmVJ5aGrfHTUfLs/ElGyWSoCL5kb/KU=";
17 description = "Web server for multi-language, real-time synchronization and searchable documentation";
18 homepage = "https://asouldocs.dev/";
19 license = licenses.mit;
20 maintainers = with maintainers; [ ivar anthonyroussel ];