lixPackageSets.lix_2_91: 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: I3af853f12b8ba9741f2180b82b5fb394b91defbf
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2025-06-30 01:27:18 +02:00
parent 5fade509ca
commit 4b41b58356
@@ -154,13 +154,13 @@ lib.makeExtensible (self: {
attrName = "lix_2_91";
lix-args = rec {
version = "2.91.2";
version = "2.91.3";
src = fetchFromGitHub {
owner = "lix-project";
repo = "lix";
rev = version;
hash = "sha256-TkRjskDnxMPugdLQE/LqIh59RYQFJLYpIuL8YZva2lM=";
hash = "sha256-b5d+HnPcyHz0ZJW1+LZl4qm4LGTB/TiaDFQVlVL2xpE=";
};
docCargoDeps = rustPlatform.fetchCargoVendor {