Merge pull request #178861 from michaeladler/btop

btop: 1.2.6 -> 1.2.7

authored by Mario Rodas and committed by GitHub 759472ac 72d1b0d0

+2 -2
+2 -2
pkgs/tools/system/btop/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "btop"; 11 - version = "1.2.6"; 12 - hash = "sha256-q1Dpdw7bVSG10xtoUpelRgMrWe71vCWajjsAHjAZzQ4="; 11 + version = "1.2.7"; 12 + hash = "sha256-zQpt/CEWW3oPqPo6SPuawyfLa50y6M4hL07uRO7YjLo="; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "aristocratos";