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 1593186 commit b676741Copy full SHA for b676741
pkgs/tools/package-management/lix/default.nix
@@ -186,13 +186,13 @@ lib.makeExtensible (self: {
186
attrName = "lix_2_92";
187
188
lix-args = rec {
189
- version = "2.92.0";
+ version = "2.92.2";
190
191
src = fetchFromGitHub {
192
owner = "lix-project";
193
repo = "lix";
194
rev = version;
195
- hash = "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=";
+ hash = "sha256-D7YepvFkGE4K1rOkEYA1P6wGj/eFbQXb03nLdBRjjwA=";
196
};
197
198
cargoDeps = rustPlatform.fetchCargoVendor {
0 commit comments