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

bpytop: 1.0.65 -> 1.0.66
This commit is contained in:
Fabian Affolter 2021-05-31 17:41:59 +02:00 committed by GitHub
commit 19acfe3828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "bpytop";
version = "1.0.65";
version = "1.0.66";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sWANeoUbvnrTksqfeIRU4a5XeX7QVzT9+ZT3R5Utp+4=";
sha256 = "sha256-gggsZHKbEt4VSMNTkKGFLcPPt2uHRFDCkqyHYx0c9Y0=";
};
nativeBuildInputs = [ makeWrapper ];