1 { lib, fetchFromGitLab, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitLab {
11 hash = "sha256-XmawybmqRJ9Lj6ii8TZBFwqdQZVp0pOLN4xiSLkU/bw=";
14 cargoHash = "sha256-tj00DXQEqC/8+3uzTMWcph+1fNTTVZLSJbV/5lLFkFs=";
17 description = "Replacement for fancontrol with more fine-grained control interface in its config file";
18 mainProgram = "fanctl";
19 homepage = "https://gitlab.com/mcoffin/fanctl";
20 license = licenses.gpl3Only;
21 maintainers = with maintainers; [ icewind1991 ];
22 platforms = platforms.linux;