Skip to content

Commit 83087bc

Browse files
committed
lixPackageSets.lix_2_93: 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: I9949f4a488db0862ff62ef45736358bd4acda341 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
1 parent 6d088d3 commit 83087bc

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
@@ -216,14 +216,14 @@ lib.makeExtensible (self: {
216216
attrName = "lix_2_93";
217217

218218
lix-args = rec {
219-
version = "2.93.1";
219+
version = "2.93.2";
220220

221221
src = fetchFromGitea {
222222
domain = "git.lix.systems";
223223
owner = "lix-project";
224224
repo = "lix";
225225
rev = version;
226-
hash = "sha256-LmQhjQ7c+AOkwhvR9GFgJOy8oHW35MoQRELtrwyVnPw=";
226+
hash = "sha256-J4ycLoXHPsoBoQtEXFCelL4xlq5pT8U9tNWNKm43+YI=";
227227
};
228228

229229
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)