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

vim: 9.1.0412 -> 9.1.0509
This commit is contained in:
Weijia Wang
2024-06-23 14:30:20 +02:00
committed by GitHub
+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;