0
0
Fork 0
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:
Gaétan Lepage 2025-04-25 08:08:07 +02:00 committed by GitHub
commit bca8c7d113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ];