1 { lib, buildGoModule, fetchFromSourcehut, installShellFiles, scdoc }:
7 src = fetchFromSourcehut {
11 sha256 = "sha256-A5kBrJJi+RcSpB0bi2heKzNl5LjdeT9h2Pc9kKXDg1A=";
14 vendorHash = "sha256-kKYee1QJX7N101MTikHUbX+AqZ2NhM4soE4JAAOdAPI=";
17 # fix build failures, submitted upstream https://lists.sr.ht/~delthas/senpai-dev/patches/48581
18 ./bump-go-version.patch
31 scdoc < doc/senpai.1.scd > doc/senpai.1
32 scdoc < doc/senpai.5.scd > doc/senpai.5
33 installManPage doc/senpai.*
37 description = "Your everyday IRC student";
38 mainProgram = "senpai";
39 homepage = "https://sr.ht/~taiite/senpai/";
40 changelog = "https://git.sr.ht/~delthas/senpai/refs/v${version}";
41 license = licenses.isc;
42 maintainers = with maintainers; [ malte-v ];