vim: 9.0.1441 -> 9.0.1544

This commit is contained in:
R. Ryantm 2023-05-12 07:15:12 +00:00
parent 790a208ab9
commit 80bf72d6b0

View file

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