vim: 9.0.0244 -> 9.0.0609

This commit is contained in:
Maximilian Bosch
2022-09-27 19:00:01 +02:00
parent 4dd0352397
commit ec17998f1b
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.0244";
version = "9.0.0609";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-l6fLM6+tc1Wy1mjNPa/s73GKhhGBLz3OXUJgJN1wuxY=";
hash = "sha256-UBj3pXY6rdekKnCX/V/4o8LLBMZkNs1U4Z4KuvisIYQ=";
};
enableParallelBuilding = true;