diff --git a/pkgs/tools/package-management/lix/default.nix b/pkgs/tools/package-management/lix/default.nix index dc16f7ab3cd4..ab071f5f5da8 100644 --- a/pkgs/tools/package-management/lix/default.nix +++ b/pkgs/tools/package-management/lix/default.nix @@ -35,21 +35,6 @@ confDir ? "/etc", }: let - # Support for mdbook >= 0.5, https://git.lix.systems/lix-project/lix/issues/1051 - lixMdbookPatch = fetchpatch2 { - name = "lix-mdbook-0.5-support.patch"; - url = "https://git.lix.systems/lix-project/lix/commit/54df89f601b3b4502a5c99173c9563495265d7e7.patch"; - excludes = [ "package.nix" ]; - hash = "sha256-uu/SIG8fgVVWhsGxmszTPHwe4SQtLgbxdShOMKbeg2w="; - }; - - lixLowdown30Patch = fetchpatch { - name = "lix-lowdown-3.0-support.patch"; - url = "https://git.lix.systems/lix-project/lix/commit/af0390c27bdc401ece8f8192cb3024f0ff08e977.patch"; - excludes = [ "flake.nix" ]; - hash = "sha256-ZBkbgeZ/D7H2teX8bPy5NEG1aXbQVksTDV3aVBZdRPM="; - }; - makeLixScope = { attrName, @@ -189,14 +174,14 @@ lib.makeExtensible ( attrName = "lix_2_94"; lix-args = rec { - version = "2.94.1"; + version = "2.94.2"; src = fetchFromGitea { domain = "git.lix.systems"; owner = "lix-project"; repo = "lix"; rev = version; - hash = "sha256-+VJmizrdZPygtffgS/yfMb4PkZUUK5JmyGGzn0GPsKc="; + hash = "sha256-Nmqsl/YCnBW5U3TUfFWHGVUbyS2/Ll655BAE3qZilC4="; }; cargoDeps = rustPlatform.fetchCargoVendor { @@ -206,8 +191,6 @@ lib.makeExtensible ( }; patches = [ - lixMdbookPatch - lixLowdown30Patch ]; }; };