9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-CAKgh9uddDhaFp2O62o1nNZ/ZWJbCR/7dMaI9V992Xk=";
21 lockFile = ./Cargo.lock;
23 "libmonado-rs-0.1.0" = "sha256-bbbo/Mkix6nUGLwplvj6m8IXOcZY5UoWc1xZnI67IlU=";
24 "openxr-0.19.0" = "sha256-kbEYoN4UvUEaZA9LJWEKx1X1r+l91GjTWs1hNXhr7cw=";
32 passthru.updateScript = nix-update-script { };
35 description = "MOnado Tracking Origin Calibration program";
36 homepage = "https://github.com/galister/motoc";
37 changelog = "https://github.com/galister/motoc/releases";
38 license = lib.licenses.gpl3Plus;
39 maintainers = with lib.maintainers; [ pandapip1 ];
40 mainProgram = "motoc";