1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

bpytop: 1.0.50 -> 1.0.59

This commit is contained in:
Zak B. Elep 2021-01-19 11:18:23 +08:00
parent 694cadc3c2
commit cbff1ad157

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 ];