7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "ca349942c06fabcc028ce24e79fc6ce7c758452b";
15 hash = "sha256-K2zX3rKtTaKO6q76xlxX+rDLL0gEsJ2l8x/s1vsp+ZQ=";
18 nativeBuildInputs = [ pkg-config ];
19 buildInputs = [ libudev-zero ];
23 ./ignore_read-only_filesystem.patch
26 cargoHash = "sha256-DdmjP0h15cXkHJZxvOcINgoZ/EhTgu/7iYb+bgsIXxU=";
29 description = "Synchronization tool for Lian Li Uni Controllers";
30 homepage = "https://github.com/EightB1ts/uni-sync";
31 license = licenses.mit;
32 maintainers = with maintainers; [ yunfachi ];
33 mainProgram = "uni-sync";