Merge pull request #114145 from r-ryantm/auto-update/bpytop

bpytop: 1.0.62 -> 1.0.63
This commit is contained in:
Maximilian Bosch 2021-02-24 00:50:41 +01:00 committed by GitHub
commit 931efba68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bpytop";
version = "1.0.62";
version = "1.0.63";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ds+N0z7Vfw7xv+nE8RIfFjel81mJgIo1u1KspOHLxKc=";
sha256 = "sha256-5KTqiPqYBDI1KFQ+2WN7QZFL/YSb+MPPWbKzJTUa8Zw=";
};
buildInputs = [ makeWrapper ];