tmux: use currently maintained bash completion repo

This commit is contained in:
Franz Pletz 2016-11-23 04:52:46 +01:00
parent 1305691cec
commit 6c2a1b55b5
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,10 +3,10 @@
let
bashCompletion = fetchFromGitHub {
owner = "przepompownia";
owner = "imomaliev";
repo = "tmux-bash-completion";
rev = "678a27616b70c649c6701cae9cd8c92b58cc051b";
sha256 = "1d2myrh4xiay9brsxafb02pi922760sdkyyy5xjm4sfh4iimc4zf";
rev = "fcda450d452f07d36d2f9f27e7e863ba5241200d";
sha256 = "092jpkhggjqspmknw7h3icm0154rg21mkhbc71j5bxfmfjdxmya8";
};
in