12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-1hZ7yAKTvkk20ho+QOqFEtspBvFztAtfmITs2uxhdmQ=";
19 vendorHash = "sha256-DFssAic2YtXNH1Jm6zCDv1yPNz3YUXaFLs7j7rNHhlE=";
32 # Let the app find Roboto-*.ttf files (hard-coded file names).
34 wrapProgram $out/bin/deckmaster \
35 --prefix XDG_DATA_DIRS : "${roboto.out}/share/" \
39 description = "Application to control your Elgato Stream Deck on Linux";
40 mainProgram = "deckmaster";
41 homepage = "https://github.com/muesli/deckmaster";
42 changelog = "https://github.com/muesli/deckmaster/releases/tag/v${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ ];
45 platforms = platforms.linux;