1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Merge pull request #20339 from DerTim1/update-vim

vim: 8.0.0005 -> 8.0.0075
This commit is contained in:
Eelco Dolstra 2016-11-11 10:35:40 +01:00 committed by GitHub
commit ed56263e5d

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.0.0005";
version = "8.0.0075";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "0ys3l3dr43vjad1f096ch1sl3x2ajsqkd03rdn6n812m7j4wipx0";
sha256 = "1imhvrd90f797jlbzvx8sc08h53s55ns6jxy1kl5kh8lz1qq455w";
};
enableParallelBuilding = true;