vim: 9.0.1403 -> 9.0.1441

This commit is contained in:
Janne Heß 2023-04-06 09:33:36 +02:00
parent 6e7ab02752
commit 75f83bd169
No known key found for this signature in database

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.1403";
version = "9.0.1441";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-z+zLRO0yqWu/l3eOzD7pmUvmqhmkH5W9z7wE9QWlsG0=";
hash = "sha256-tGWOIXx4gNMg0CB4ytUrj9bQLXw+4pl2lfgGR81+EJk=";
};
enableParallelBuilding = true;