16 version = "0-unstable-2024-09-24";
18 src = fetchFromGitHub {
21 rev = "b56ce6743378fc09c9ab621713423754eac945a1";
22 hash = "sha256-mhX5xyBmElPV6NUQRTz8KKL+H1on3WJ4DYatv89MRPo=";
37 makeFlags = [ "PREFIX=$(out)" ];
39 passthru.updateScript = unstableGitUpdater { };
42 homepage = "https://github.com/wins1ey/LibreSplit";
43 description = "Speedrun timer with auto splitting and load removal for Linux";
44 license = lib.licenses.gpl3Plus;
45 maintainers = with lib.maintainers; [ fgaz ];
46 mainProgram = "libresplit";
47 platforms = lib.platforms.linux;