lixPackageSets.lix_2_92: patch for the critical correctness bug

This adds also other bugs fixes as a fallout of the CVE fixes.
https://lix.systems/blog/2025-06-27-lix-critical-bug/

Change-Id: I292c17120064d4af751d0a409511d1041f4bdb51
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2025-06-30 01:27:19 +02:00
parent 4b41b58356
commit 6d088d36d4
@@ -186,13 +186,13 @@ lib.makeExtensible (self: {
attrName = "lix_2_92";
lix-args = rec {
version = "2.92.2";
version = "2.92.3";
src = fetchFromGitHub {
owner = "lix-project";
repo = "lix";
rev = version;
hash = "sha256-D7YepvFkGE4K1rOkEYA1P6wGj/eFbQXb03nLdBRjjwA=";
hash = "sha256-iP2iUDxA99RcgQyZROs7bQw8pqxa1vFudRqjAIHg9Iw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {