summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorEhden Sinai <cixel@users.noreply.github.com>2020-07-28 11:19:18 -0400
committerEhden Sinai <ehdens@gmail.com>2020-07-28 13:08:43 -0400
commit387333c25ddae8a09ce50f1ef7218291221d115d (patch)
tree698641a40c1f7b21cb5df3b91f58587042ec4739 /pkgs/misc/tmux-plugins
parent7cdb25cabeb41d0dd691263e386a0560a518cb43 (diff)
downloadnixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar.gz
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar.bz2
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar.lz
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar.xz
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.tar.zst
nixpkgs-387333c25ddae8a09ce50f1ef7218291221d115d.zip
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).
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index 74bbe189182..49c59aa4cda 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -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";
     };
   };