Merge pull request #162136 from r-ryantm/auto-update/btop

btop: 1.2.3 -> 1.2.4

authored by Renaud and committed by GitHub 4aa0bff3 557455e0

+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.3"; 12 - hash = "sha256-vH167BL2ekWwxIhQWXkgJxl8z77S8SkmHVclW6XGc+8="; 11 + version = "1.2.4"; 12 + hash = "sha256-IFuDpqRtsim2dfSTODuNK62xaLvKKcB5YBNHSQI6q44="; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "aristocratos";