about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmux
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-10-30 04:20:00 +0000
commit5a2d63f5e2742b9013f2fb18293ef7a074a186ae (patch)
treeabfa88b1c52ff774067cc5bd2bc777b0dcd70a18 /pkgs/tools/misc/tmux
parent193636b3ea8c721c741b2aca537fa63697f59726 (diff)
tmux: update completions
Diffstat (limited to 'pkgs/tools/misc/tmux')
-rw-r--r--pkgs/tools/misc/tmux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix
index 12ea456b9f7e7..29c659ff8190f 100644
--- a/pkgs/tools/misc/tmux/default.nix
+++ b/pkgs/tools/misc/tmux/default.nix
@@ -13,8 +13,8 @@ let
   bashCompletion = fetchFromGitHub {
     owner = "imomaliev";
     repo = "tmux-bash-completion";
-    rev = "fcda450d452f07d36d2f9f27e7e863ba5241200d";
-    sha256 = "092jpkhggjqspmknw7h3icm0154rg21mkhbc71j5bxfmfjdxmya8";
+    rev = "f5d53239f7658f8e8fbaf02535cc369009c436d6";
+    sha256 = "0sq2g3w0h3mkfa6qwqdw93chb5f1hgkz5vdl8yw8mxwdqwhsdprr";
   };
 
 in