Merge pull request #251896 from Eliot00/update-vim

vim: 9.0.1642 -> 9.0.1811
This commit is contained in:
Janne Heß
2023-08-28 09:06:53 +02:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.1642";
version = "9.0.1811";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-WWj8lZZtnGrv3pxu77otBKixS3ciLcznCyPk/iGryg4=";
hash = "sha256-b/fATWaHcIZIvkmr/UQ4R45ii9N0kWJMb7DerF/JYIA=";
};
enableParallelBuilding = true;