1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-wS5m3dBiILxmVb6P559fGcONdCWc/5hhLAVMC+G1QZs=";
14 vendorHash = "sha256-BxWmEcx5IIT/yI46CJGE0vE1BRm5zwngc0x1dVy/04s=";
16 subPackages = [ "cmd/swag" ];
19 description = "Automatically generate RESTful API documentation with Swagger 2.0 for Go";
20 homepage = "https://github.com/swaggo/swag";
21 license = licenses.mit;
22 maintainers = with maintainers; [ stephenwithph ];