Merge pull request #254666 from henrirosten/vim_9.0.1897

vim: 9.0.1811 -> 9.0.1897
This commit is contained in:
Fabián Heredia Montiel 2023-09-13 22:11:03 -05:00 committed by GitHub
commit d8be5d0c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.1811";
version = "9.0.1897";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-b/fATWaHcIZIvkmr/UQ4R45ii9N0kWJMb7DerF/JYIA=";
hash = "sha256-ywxJ9evXWbqZ6o6EqDIQWK16J05McAdvPl0Y9cW5Zvc=";
};
enableParallelBuilding = true;