Merge pull request #159833 from r-ryantm/auto-update/vim

This commit is contained in:
Martin Weinelt 2022-02-13 20:46:25 +01:00 committed by GitHub
commit d05722904b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.2.4227";
version = "8.2.4350";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-Xj4ymkrWY5GWpQhEDYtPtaRovBa6j19dW9GWg9WSdig=";
sha256 = "sha256-+fCyLZi9+9r7tYoRQsVESkcoHHtM7vrVuOGdJi/9iF0=";
};
enableParallelBuilding = true;