Skip to content

Commit 7944de1

Browse files
committed
Revert "lixPackageSets.lix_2_92: patch for CVE-2025-4641{5,6}"
This reverts commit 01c1efc.
1 parent 01c1efc commit 7944de1

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
@@ -153,13 +153,13 @@ lib.makeExtensible (self: {
153153

154154
lix_2_92 = self.makeLixScope {
155155
lix-args = rec {
156-
version = "2.92.2";
156+
version = "2.92.0";
157157

158158
src = fetchFromGitHub {
159159
owner = "lix-project";
160160
repo = "lix";
161161
rev = version;
162-
hash = "sha256-D7YepvFkGE4K1rOkEYA1P6wGj/eFbQXb03nLdBRjjwA=";
162+
hash = "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=";
163163
};
164164

165165
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)