vim: 9.1.0004 -> 9.1.0075

This commit is contained in:
R. Ryantm
2024-02-05 12:04:10 +00:00
parent 0a254180b4
commit cb4f11ae7a
+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;