nvitop: 1.0.0 -> 1.1.2

This commit is contained in:
Gaetan Lepage 2023-07-16 13:26:11 +02:00
parent 16702dc540
commit e180278f4e

View file

@ -1,19 +1,17 @@
{ lib
, stdenv
, python3Packages
, fetchFromGitHub
, makeWrapper
}:
python3Packages.buildPythonApplication rec {
pname = "nvitop";
version = "1.0.0";
version = "1.1.2";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-GcwPFPE9opGMvdeIUg0Pj6qkk0qPU8MNnFTq9qIxFFs=";
hash = "sha256-+Yq/UHjrR2nT+TLXEDbNP2yMy4+LZGgbMrDLmWcrxqg=";
};
propagatedBuildInputs = with python3Packages; [