1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vim-nix: 2018-07-01 -> 2018-08-19

This commit is contained in:
Daiderd Jordan 2018-08-19 13:06:51 +02:00
parent 96b9d77dd8
commit 27fcd62209
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -192,11 +192,11 @@ self = rec {
};
vim-nix = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-nix-2018-07-01";
name = "vim-nix-2018-08-19";
src = fetchgit {
url = "https://github.com/LnL7/vim-nix";
rev = "7d71026ba7c2d0a4bdb915e884c4ac8dbdc45bf0";
sha256 = "084vs1p0qpkc4cx049v3mkyylj1n1yvd45i1sc9qafgp4x5va457";
rev = "ab3c4d52d08e9e8d2a0919e38f98ba25a2b8ad18";
sha256 = "1waan5vgba8qx3107hdrnmbnq5kr1n49q43p7m2g7wmj81v050yb";
};
dependencies = [];