vim: 9.0.0001 -> 9.0.0057

fixes
CVE-2022-2257
CVE-2022-2264
CVE-2022-2284
CVE-2022-2285
CVE-2022-2286
CVE-2022-2287
CVE-2022-2288
CVE-2022-2289
CVE-2022-2304
CVE-2022-2344
CVE-2022-2345
This commit is contained in:
Robin Gloster 2022-07-18 22:53:11 +02:00
parent 272829bc54
commit 208ff30d77
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.0001";
version = "9.0.0057";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-WnMm3q5Stn3s33rxQt76goURSa1Rq+jMVWYiS+uJTX0=";
sha256 = "sha256-KEEuWRxattBrOAC0dWnWGRVqyOIEMe34ivMvSeuxKyA";
};
enableParallelBuilding = true;