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

bpytop: 1.0.59 -> 1.0.61
This commit is contained in:
Martin Weinelt
2021-01-29 17:53:50 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bpytop";
version = "1.0.59";
version = "1.0.61";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RlrUUIbZRNTvxU8LVW0/ZcARlKDVvSMlkN0+6BgAink=";
sha256 = "sha256-E6blMhDkZa3Wbdbsw7f8jdHwHFINOQ48XC5pQdkVPtQ=";
};
buildInputs = [ makeWrapper ];