mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nvitop: 1.4.2 -> 1.5.0 (#401639)
This commit is contained in:
commit
bca8c7d113
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "nvitop";
|
pname = "nvitop";
|
||||||
version = "1.4.2";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "XuehaiPan";
|
owner = "XuehaiPan";
|
||||||
repo = "nvitop";
|
repo = "nvitop";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2l/VfqgV2UmMVad3UYASjYFu/Mzp2K2XNQFUDq1XM9k=";
|
hash = "sha256-1WL1S6jUbCLtuAe223AAmCcOcLZ0rStE04uCd0L9gVw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "nvidia-ml-py" ];
|
pythonRelaxDeps = [ "nvidia-ml-py" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue