vim: 9.0.2048 -> 9.0.2116

See also: https://www.openwall.com/lists/oss-security/2023/11/16/1
This commit is contained in:
Janne Heß 2023-11-19 17:31:45 +01:00
parent 029b2256e2
commit 796079b298
No known key found for this signature in database

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.2048";
version = "9.0.2116";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
hash = "sha256-zR2iPiD4/gf5BnxYoe3cx2ebGWE1P2bY4Cg15gveFgg=";
hash = "sha256-ZKcNg/RrjvEsxpIcTjzQYi1xig3zLeTV+PXaBb4gUuM=";
};
enableParallelBuilding = true;