8 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-kTJfV0xQmWuxibUlfC1qJX2J2nrZ4wimdf/nGciQq0Y=";
27 homepage = "https://github.com/lyokha/g3kb-switch";
28 changelog = "https://github.com/lyokha/g3kb-switch/releases/tag/${src.rev}";
29 description = "CLI keyboard layout switcher for GNOME Shell";
30 mainProgram = "g3kb-switch";
31 license = licenses.bsd2;
32 maintainers = with maintainers; [ Freed-Wu ];
33 platforms = platforms.unix;