overlay(lix): Fix lix cve with patch

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent 6f54efddbb
commit 4f13efdab2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 274 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{...}: _final: prev: {
lix = prev.lix.overrideAttrs {
patches = [./fix-cve-2025-52992.diff];
};
}