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

vim: 9.1.0004 -> 9.1.0075
This commit is contained in:
Weijia Wang
2024-02-08 08:42:22 +01:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.1.0004";
version = "9.1.0075";
outputs = [ "out" "xxd" ];
@@ -8,7 +8,7 @@ rec {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-Y5ZSJLEFdptEMA0xvstr6H1G4iiaYXpkJGSSFwoTfc0=";
hash = "sha256-rirPSh0rFg25JHl4idADLz6fIRmEALzp2Oa7De6uuGU=";
};
enableParallelBuilding = true;