tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25

bump revision for tmux-cpu (885805 -> 20120a).

new revision includes a number of small fixes. motivation for the change
is 5feb11, which fixes an issue calculating ram percentage with vm_stat
(mostly affects macOS).
This commit is contained in:
Ehden Sinai 2020-07-28 11:19:18 -04:00 committed by Ehden Sinai
parent 7cdb25cabe
commit 387333c25d

View file

@ -89,12 +89,12 @@ in rec {
cpu = mkDerivation {
pluginName = "cpu";
version = "unstable-2020-04-05";
version = "unstable-2020-07-25";
src = fetchFromGitHub {
owner = "tmux-plugins";
repo = "tmux-cpu";
rev = "8858050756e1fc3c081d37894b441f05ea893a67";
sha256 = "1bydzrnd9y5y46hjr844p4ylx2dpijn6pv3w94yyvwbyswmirhff";
rev = "20120a38ade17057441482b43eb5390e6ea2c1c1";
sha256 = "1gdz2awyd9icvyiw2p40gwymh6ngjhb9mkiv63ix53snp9ii794i";
};
};