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