We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c1efc commit 7944de1Copy full SHA for 7944de1
pkgs/tools/package-management/lix/default.nix
@@ -153,13 +153,13 @@ lib.makeExtensible (self: {
153
154
lix_2_92 = self.makeLixScope {
155
lix-args = rec {
156
- version = "2.92.2";
+ version = "2.92.0";
157
158
src = fetchFromGitHub {
159
owner = "lix-project";
160
repo = "lix";
161
rev = version;
162
- hash = "sha256-D7YepvFkGE4K1rOkEYA1P6wGj/eFbQXb03nLdBRjjwA=";
+ hash = "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=";
163
};
164
165
cargoDeps = rustPlatform.fetchCargoVendor {
0 commit comments