Merge pull request #214133 from r-ryantm/auto-update/nvitop

nvitop: 0.10.0 -> 1.0.0
This commit is contained in:
Weijia Wang 2023-02-02 21:17:26 +01:00 committed by GitHub
commit 23ed418158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "nvitop";
version = "0.10.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nGdEMLxpw2Ts0dypkoZg3r2NF4IeT1ykbRmrmf9qxrA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-GcwPFPE9opGMvdeIUg0Pj6qkk0qPU8MNnFTq9qIxFFs=";
};
propagatedBuildInputs = with python3Packages; [