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

bpytop: 1.0.42 -> 1.0.44
This commit is contained in:
Ryan Mulligan 2020-10-22 16:43:33 -07:00 committed by GitHub
commit fbd0264277
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.42";
version = "1.0.44";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "04xbzczrd85icld7azvwzw785kmb2c2q22ly21pbi7d89wkys9kh";
sha256 = "1fb7n0p364sj8pzsg35lrgl5wga3v4d0b4nynkfs5g8rfnmb0rr0";
};
buildInputs = [ makeWrapper ];