Merge pull request #245195 from GaetanLepage/nvitop

nvitop: 1.1.2 -> 1.2.0

authored by Sandro and committed by GitHub a5caad99 a29fd098

+2 -2
+2 -2
pkgs/tools/system/nvitop/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "nvitop"; 8 - version = "1.1.2"; 8 + version = "1.2.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "XuehaiPan"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-+Yq/UHjrR2nT+TLXEDbNP2yMy4+LZGgbMrDLmWcrxqg="; 14 + hash = "sha256-Za2NJ4gx+aE/cfl2wzbwLxIFNL1UzgKVbb6VqopkNxs="; 15 15 }; 16 16 17 17 pythonRelaxDeps = [ "nvidia-ml-py" ];