bpytop: 1.0.47 -> 1.0.50

gstqt5
Andreas Wiese 2020-11-04 23:33:50 +01:00
parent 81c5e31043
commit e0f4e7e091
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bpytop";
version = "1.0.47";
version = "1.0.50";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "1zsxqnisb9zyji6xwl4b7r722mr0g4hs3a74xsfghd5kafvgzj24";
sha256 = "10j2g19sh2hl5lzbcllr862hkzr0mc1z8n24afzaycn1sphri8fc";
};
buildInputs = [ makeWrapper ];