11 src = fetchFromGitHub {
15 hash = "sha256-Fv4ZBCQA7gwt11ULIiyFwn+QgoMNgu+1TM9yy2Jz7og=";
19 # patch out debug.ReadBuidlInfo since version information is not available with buildGoModule
21 src = ./version.patch;
23 vcsHash = version; # Maybe there is a way to get the git ref from src? idk.
27 vendorHash = "sha256-wOUQKFd2Xm/2rvLw8kw8Ejbcq/JUvup/BzZs0fllBYY=";
29 subPackages = [ "cmd/flottbot" ];
32 updateScript = nix-update-script { };
36 description = "Chatbot framework written in Go";
37 homepage = "https://github.com/target/flottbot";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ bryanhonof ];
40 sourceProvenance = [ sourceTypes.fromSource ];
41 mainProgram = "flottbot";
42 platforms = platforms.unix;