mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
octoprint.python.pkgs.resource-monitor: init at 0.3.16
This commit is contained in:
parent
a4beab0a54
commit
5fdb4c2b78
@ -437,6 +437,27 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
resource-monitor = buildPlugin rec {
|
||||
pname = "resource-monitor";
|
||||
version = "0.3.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Renaud11232";
|
||||
repo = "OctoPrint-Resource-Monitor";
|
||||
rev = version;
|
||||
sha256 = "sha256-w1PBxO+Qf7cSSNocu7BiulZE7kesSa+LGV3uJlmd0ao=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with super; [ psutil ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plugin to view the current CPU and RAM usage on your system";
|
||||
homepage = "https://github.com/Renaud11232/OctoPrint-Resource-Monitor";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tri-ler ];
|
||||
};
|
||||
};
|
||||
|
||||
simpleemergencystop = buildPlugin rec {
|
||||
pname = "simpleemergencystop";
|
||||
version = "1.0.5";
|
||||
|
Loading…
Reference in New Issue
Block a user