1 { buildGoModule, fetchFromGitHub, lib }:
4 pname = "base16-universal-manager";
7 src = fetchFromGitHub {
9 repo = "base16-universal-manager";
11 hash = "sha256-9KflJ863j0VeOyu6j6O28VafetRrM8FW818qCvqhaoY=";
14 vendorHash = "sha256-U28OJ5heeiaj3aGAhR6eAXzfvFMehAUcHzyFkZBRK6c=";
17 description = "A universal manager to set base16 themes for any supported application";
18 homepage = "https://github.com/pinpox/base16-universal-manager";
19 license = licenses.mit;
20 maintainers = with maintainers; [ jo1gi ];