9 rustPlatform.buildRustPackage {
11 version = "0-unstable-2024-06-17";
13 src = fetchFromGitHub {
16 rev = "cc618e8b973f5c6f66682d1477b3b868a768c545";
17 hash = "sha256-aAAnlGlSFPOK3h8UuAOlFyrKTEuzbyh613IiPE7xWaA=";
20 cargoHash = "sha256-uFej58+51+JX36K1Rr1ZmBe7rHojOjmTO2VWINS6MvU=";
22 nativeBuildInputs = [ pkg-config ];
23 buildInputs = [ libevdev ];
25 passthru.updateScript = nix-update-script {
26 extraArgs = [ "--version=branch" ];
30 description = "Keyboard input remapper for Linux/Wayland systems";
31 homepage = "https://github.com/wez/evremap";
32 maintainers = with lib.maintainers; [ pluiedev ];
33 license = with lib.licenses; [ mit ];
34 mainProgram = "evremap";