Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 29b6ad6278da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d63f95896ca8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 7, 2020

  1. tmuxPlugins: upgrade all to latest

    Many of the tmux plugins had not been updated in some time. This PR:
    
    - Updates all of them to the latest version. This is notable because `tmux 3.0`
      has come out recently, and some of them have compatibility fixes for the new
      version (e.g., `vim-tmux-navigator`), as well as general performance
      improvements and bugfixes for many of them.
    
    - Uses `fetchFromGitHub`, which is both more performant and hashed mirror friendly.
    
    - Adds the standard `version = "unstable-YYYY-MM-DD"`, which makes it easy to
      determine at a glance how old/unmaintained some of these are.
    
    - Adds the standard `pname` for overlay friendliness
    
    (cherry picked from commit d5ccc59)
    bhipple committed Apr 7, 2020
    Copy the full SHA
    5b34063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84623 from bhipple/bp/tmux-plugins

    [20.03] tmuxPlugins: upgrade all to latest
    bhipple committed Apr 7, 2020
    Copy the full SHA
    d63f958 View commit details
    Browse the repository at this point in the history