Merge pull request #139731 from michaeladler/btop

btop: 1.0.5 -> 1.0.9

authored by

Bobby Rong and committed by
GitHub
b11db426 6556d8ef

+2 -2
+2 -2
pkgs/tools/system/btop/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "btop"; 8 - version = "1.0.5"; 8 + version = "1.0.9"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "aristocratos"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-pa9i65ndx8LMTMRXyL2GXCauM6Q8gAb16zGOylQFwL0="; 14 + sha256 = "sha256-nZd1ECs47WyVUwR08Lcz6xmVYZJ2Bc2QSzNkI68KUcs="; 15 15 }; 16 16 17 17 installFlags = [ "PREFIX=$(out)" ];