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

vim: 9.0.2116 -> 9.1.0004
This commit is contained in:
Weijia Wang 2024-01-12 20:26:59 +01:00 committed by GitHub
commit f1c4794baf
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.2116";
version = "9.1.0004";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-ZKcNg/RrjvEsxpIcTjzQYi1xig3zLeTV+PXaBb4gUuM=";
hash = "sha256-Y5ZSJLEFdptEMA0xvstr6H1G4iiaYXpkJGSSFwoTfc0=";
};
enableParallelBuilding = true;