Merge pull request #109888 from zakame/updates/bpytop-1.0.59

bpytop: 1.0.50 -> 1.0.59
This commit is contained in:
Sandro 2021-01-19 14:47:37 +01:00 committed by GitHub
commit a68cdb525e
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.50";
version = "1.0.59";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "10j2g19sh2hl5lzbcllr862hkzr0mc1z8n24afzaycn1sphri8fc";
sha256 = "sha256-RlrUUIbZRNTvxU8LVW0/ZcARlKDVvSMlkN0+6BgAink=";
};
buildInputs = [ makeWrapper ];