1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-/uZ98ICdPTilUD3vBEbJ4AxGWY1xIbkK6O+bkhqIUKA=";
14 cargoHash = "sha256-j/gSrXY5n/zW3IogHewyrupTKtEm5EtOzfOzglyTP9A=";
17 description = "A native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";
18 homepage = "https://github.com/waycrate/wayshot";
19 license = licenses.bsd2;
20 maintainers = [ maintainers.dit7ya ];
21 platforms = platforms.linux;