tmuxPlugins.cpu: unstable-2020-07-25 -> unstable-2021-12-15

This commit is contained in:
Vinícius Müller 2022-02-07 22:01:54 -03:00
parent 60c52a73f1
commit 33a0ea3a3b
No known key found for this signature in database
GPG key ID: 297A9768C8CA96AB

View file

@ -132,12 +132,12 @@ in rec {
cpu = mkTmuxPlugin {
pluginName = "cpu";
version = "unstable-2020-07-25";
version = "unstable-2021-12-15";
src = fetchFromGitHub {
owner = "tmux-plugins";
repo = "tmux-cpu";
rev = "20120a38ade17057441482b43eb5390e6ea2c1c1";
sha256 = "1gdz2awyd9icvyiw2p40gwymh6ngjhb9mkiv63ix53snp9ii794i";
rev = "9eb3dba66672c5b43065e144cc3a1031f77ad67e";
sha256 = "sha256-v/jZxsa+JwsSKjmA32VK/4gBNHP/SyOzTaYSSz2c0+4=";
};
};