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: d7b98129fea1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 92b5115c5979
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 6, 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
    bhipple committed Apr 6, 2020
    Copy the full SHA
    d5ccc59 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Merge pull request #84414 from bhipple/u/tmux-plugins

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