1 { lib, nix-update-script, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-qBuhwIQvfUZMyzCJ/7Kedc+InrGwpcLhDLvX9i0ws2A=";
14 vendorSha256 = "sha256-BYYuB4ZlCWD8NILkf4qrgM4q72ZTy7Ze3ICUXdoI5Ms=";
16 passthru.updateScript = nix-update-script {
21 homepage = "https://github.com/loov/goda";
22 description = "Go Dependency Analysis toolkit";
23 maintainers = with maintainers; [ michaeladler ];
24 license = licenses.mit;