9 pname = "rpi-bad-power";
13 inherit pname version;
16 src = fetchFromGitHub {
20 hash = "sha256:1yvfz28blq4fdnn614n985vbs5hcw1gm3i9am53k410sfs7ilvkk";
27 pythonImportsCheck = [
36 description = "Python library to detect bad power supply on Raspberry Pi";
37 homepage = "https://github.com/shenxn/rpi-bad-power";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hexa ];
40 platforms = platforms.linux;