7 rustPlatform.buildRustPackage rec {
8 pname = "sway-new-workspace";
11 src = fetchFromGitHub {
15 hash = "sha256-CoSfpsaGqNNR5jdAQys3nQxshI0NXXr8MacUnSTKFNo=";
18 cargoHash = "sha256-uGjNneIfhI49gGnH/MPTzXWjBJPdnAFggZZQfovBxDM=";
21 description = "Command to create new Sway workpaces";
22 homepage = "https://github.com/nzig/sway-new-workspace";
23 license = licenses.mit;
24 mainProgram = "sway-new-workspace";
25 maintainers = with maintainers; [ bbenno ];
26 platforms = platforms.linux;