9 stdenv.mkDerivation rec {
10 pname = "powerjoular";
13 src = fetchFromGitHub {
17 hash = "sha256-zcG/R8isL7WcwsIFovnRKZ5DCtZu4vJWOximFY9ARuE=";
34 cp obj/powerjoular $out/bin
39 description = "CLI software to monitor the power consumption of software and hardware components";
40 homepage = "https://github.com/joular/powerjoular";
41 maintainers = [ maintainers.julienmalka ];
42 license = licenses.gpl3Plus;
43 platforms = platforms.linux;