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

vim: 9.1.0377 -> 9.1.0412
This commit is contained in:
OTABI Tomoya
2024-05-21 17:33:33 +09:00
committed by GitHub

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;