mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
vim: 8.2.4816 -> 8.2.4874
fixes: - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1619 - 7.5 https://nvd.nist.gov/vuln/detail/CVE-2022-1620 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1621 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1629
This commit is contained in:
parent
2403723108
commit
6c822e25b6
@ -1,12 +1,12 @@
|
||||
{ lib, fetchFromGitHub }:
|
||||
rec {
|
||||
version = "8.2.4816";
|
||||
version = "8.2.4874";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim";
|
||||
repo = "vim";
|
||||
rev = "v${version}";
|
||||
sha256 = "1lgqr3ki50hwkz4vhdyaryirrs99qq4kgkhmpx7ygvn6aj2wapg5";
|
||||
sha256 = "sha256-0uVOIkm+hRJG0aU9kqFoWB78WdwyqDI34vhA6VQLglc=";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user