nixpkgs-suyu/pkgs/misc/vim-plugins
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
..
patches
vim2nix
aliases.nix
build-vim-plugin.nix treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
default.nix
deprecated.json vimPlugins: resolve github repository redirects 2021-04-20 10:34:25 -04:00
generated.nix vimPlugins.diffview-nvim: init at 2021-05-06 2021-05-07 22:49:43 -07:00
overrides.nix treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
readme.md
update.py vimPlugins: add vim and kakoune update script 2021-02-25 10:05:22 +01:00
vim-plugin-names vimPlugins.diffview-nvim: init at 2021-05-06 2021-05-07 22:49:43 -07:00
vim-utils.nix tests.vim: init (moved from vim-utils.nix) (#119467) 2021-04-21 12:55:05 +02:00

Instructions for adding Vim plugins to nixpkgs can be found here.