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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 469d91a63f06
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4826430f8aab
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2020

  1. vimPlugins: update

    RonanMacF authored and Jonathan Ringer committed Dec 17, 2020
    Copy the full SHA
    4826430 View commit details
Showing with 6 additions and 6 deletions.
  1. +6 −6 pkgs/misc/vim-plugins/generated.nix
12 changes: 6 additions & 6 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -3036,12 +3036,12 @@ let

plenary-nvim = buildVimPluginFrom2Nix {
pname = "plenary-nvim";
version = "2020-12-12";
version = "2020-12-16";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "plenary.nvim";
rev = "16eb57376ce62fbb86ebbd721fb7d2c1b1a0164f";
sha256 = "0nn1bili0xfldn12svm2px81y8957mj7snl07xx6v1qpfjinp1pm";
rev = "2c7d9031eea13e50818f94118a5cdd30692feafa";
sha256 = "1vx0l3p44ycqhy1mkdz47j64bdakq77hlda2zldbcfshxlmsb6rb";
};
meta.homepage = "https://github.com/nvim-lua/plenary.nvim/";
};
@@ -3722,12 +3722,12 @@ let

telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope-nvim";
version = "2020-12-15";
version = "2020-12-16";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope.nvim";
rev = "af8d990c2cc19577f9503fae29c59d256e304bee";
sha256 = "021978fdd73rdwwsz2zjghkg7x4d0d33589xvyvhxbca1fnznf3v";
rev = "b5ff9de13d4b15e78e9d3433d6bf085601f62a5d";
sha256 = "1ckb1ka1wp8m859xdbvzhh52gq4i3j5qia4w6mcz78x358mknp6x";
};
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
};