vim: 9.1.0377 -> 9.1.0412

This commit is contained in:
R. Ryantm
2024-05-17 06:39:02 +00:00
parent ff8aa8b9ec
commit aadbb9eb6f

View File

@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0377";
version = "9.1.0412";
outputs = [ "out" "xxd" ];
@@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-cfN/QbnpWIQmLtpXWPc1JnaaX+J10ietObN/B9lE1F0=";
hash = "sha256-uLdXFZ8eW+iMXrvkaEkArZmRfAiyORaEZxFFPt0TrdI=";
};
enableParallelBuilding = true;