nvitop: 1.3.0 -> 1.3.1

This commit is contained in:
Gaetan Lepage 2023-10-05 14:16:48 +02:00
parent c474f2a366
commit db636bfb1e

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nvitop"; pname = "nvitop";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XuehaiPan"; owner = "XuehaiPan";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-nHJ2m5Q0IWl0nx13iGBkHsHj2YdPS+33kLUBsjbpyuM="; hash = "sha256-DPdKdIqFUozTt5Go3+c7oSv9tZSio486QeSlSfIrBZ4=";
}; };
pythonRelaxDeps = [ "nvidia-ml-py" ]; pythonRelaxDeps = [ "nvidia-ml-py" ];