Merge pull request #245195 from GaetanLepage/nvitop

nvitop: 1.1.2 -> 1.2.0
This commit is contained in:
Sandro 2023-07-24 23:50:57 +02:00 committed by GitHub
commit a5caad9902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "nvitop";
version = "1.1.2";
version = "1.2.0";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+Yq/UHjrR2nT+TLXEDbNP2yMy4+LZGgbMrDLmWcrxqg=";
hash = "sha256-Za2NJ4gx+aE/cfl2wzbwLxIFNL1UzgKVbb6VqopkNxs=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];