Merge pull request #251775 from GaetanLepage/nvitop

nvitop: 1.2.0 -> 1.3.0
This commit is contained in:
figsoda 2023-08-27 10:07:18 -04:00 committed by GitHub
commit 496cdef5d9
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.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Za2NJ4gx+aE/cfl2wzbwLxIFNL1UzgKVbb6VqopkNxs=";
hash = "sha256-nHJ2m5Q0IWl0nx13iGBkHsHj2YdPS+33kLUBsjbpyuM=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];