11 pname = "syncthing-tray";
14 src = fetchFromGitHub {
16 repo = "syncthing-tray";
18 sha256 = "0869kinnsfzb8ydd0sv9fgqsi1sy5rhqg4whfdnrv82xjc71xyw3";
21 vendorHash = "sha256-hGV5bivDUFEbOwU9sU+Eu5Wzz/aZtj6NUkpzHlmZTtw=";
24 # Migrate to Go modules
26 url = "https://github.com/alex2108/syncthing-tray/commit/94fac974a227cd03c566f81797a21b1bcc29adf5.patch";
27 hash = "sha256-uJfnI9kGIlw4OzFoML+ulgR3keOeVB3+ox/4RtYJNXY=";
31 nativeBuildInputs = [ pkg-config ];
32 buildInputs = [ libappindicator-gtk3 ];
35 description = "Simple application tray for syncthing";
36 homepage = "https://github.com/alex2108/syncthing-tray";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [
42 mainProgram = "syncthing-tray";