Skip to content

Commit

Permalink
Merge pull request #186403 from lockejan/tmux/fzf-url
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 10, 2022
2 parents 9e02574 + be0d099 commit 6db6585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/tmux-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@ in rec {
fzf-tmux-url = mkTmuxPlugin {
pluginName = "fzf-tmux-url";
rtpFilePath = "fzf-url.tmux";
version = "unstable-2019-12-02";
version = "unstable-2021-12-27";
src = fetchFromGitHub {
owner = "wfxr";
repo = "tmux-fzf-url";
rev = "2baa410bf7a0f6ceb62a83770baf90d570406ac0";
sha256 = "0rjzzlmxgjrr8g19bg2idcqr9ny07mrq2s39vndg24n0m7znh3fz";
rev = "1241fc5682850fe41812cad81c76541674ee305b";
sha256 = "1270c5nfvgsdajgfahlacqfb5xwg4hwfrciiy0v03d50vg4h0kdi";
};
};

Expand Down

0 comments on commit 6db6585

Please sign in to comment.