vim: 9.1.0707 -> 9.1.0765
Fixes CVE-2024-47814 / GHSA-rj48-v4mq-j4vg. Changes: https://github.com/vim/vim/compare/v9.1.0707...v9.1.0765
This commit is contained in:
parent
8ab1d552b8
commit
91c30a30e9
@ -1,6 +1,6 @@
|
|||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
rec {
|
rec {
|
||||||
version = "9.1.0707";
|
version = "9.1.0765";
|
||||||
|
|
||||||
outputs = [ "out" "xxd" ];
|
outputs = [ "out" "xxd" ];
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ rec {
|
|||||||
owner = "vim";
|
owner = "vim";
|
||||||
repo = "vim";
|
repo = "vim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-iHOLABPk5B7Sh7EBYnM7wdxnK2Wv7q4WS3FEp780SV4=";
|
hash = "sha256-LtEEMpdWXA6qyjAIjgsZoc4hNXXG2ZXxCsbWKC5aEPI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user