vim: 9.0.1642 -> 9.0.1811

This commit is contained in:
Elliot 2023-08-28 11:09:05 +08:00
parent d3c73d5f44
commit 8f2c75b260
No known key found for this signature in database

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;