vim: 9.1.0412 -> 9.1.0509

This commit is contained in:
R. Ryantm
2024-06-21 08:29:07 +00:00
parent 3d37622cff
commit 7861a5d642
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0412";
version = "9.1.0509";
outputs = [ "out" "xxd" ];
@@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-uLdXFZ8eW+iMXrvkaEkArZmRfAiyORaEZxFFPt0TrdI=";
hash = "sha256-CATjUalRjvVjEfWT5evFAk//Oj4iB1fDBsRU5MhDyn4=";
};
enableParallelBuilding = true;