11 pname = "syncthing-tray";
14 src = fetchFromGitHub {
16 repo = "syncthing-tray";
18 hash = "sha256-g/seDpNdoJ1tc5CTh2EuXoeo8XNpa9CaR+s7bW2cySA=";
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";