Skip to content

Commit 4b41b58

Browse files
committed
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>
1 parent 5fade50 commit 4b41b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/package-management/lix/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ lib.makeExtensible (self: {
154154
attrName = "lix_2_91";
155155

156156
lix-args = rec {
157-
version = "2.91.2";
157+
version = "2.91.3";
158158

159159
src = fetchFromGitHub {
160160
owner = "lix-project";
161161
repo = "lix";
162162
rev = version;
163-
hash = "sha256-TkRjskDnxMPugdLQE/LqIh59RYQFJLYpIuL8YZva2lM=";
163+
hash = "sha256-b5d+HnPcyHz0ZJW1+LZl4qm4LGTB/TiaDFQVlVL2xpE=";
164164
};
165165

166166
docCargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)