Unverified Commit 70af6da6 authored by Alois Wohlschlager's avatar Alois Wohlschlager
Browse files

lixPackageSets.git: 2.94.0-pre-20250624_42e2bd045c9e -> 2.94.0-pre-20250704_362bfd827f52

parent 3016b4b1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -238,14 +238,14 @@ lib.makeExtensible (self: {
    attrName = "git";

    lix-args = rec {
      version = "2.94.0-pre-20250624_${builtins.substring 0 12 src.rev}";
      version = "2.94.0-pre-20250704_${builtins.substring 0 12 src.rev}";

      src = fetchFromGitea {
        domain = "git.lix.systems";
        owner = "lix-project";
        repo = "lix";
        rev = "42e2bd045c9e51a59fdab038dc4e6f9e86c4922c";
        hash = "sha256-BsY8kpwQML9/036g9C+No7lhzqmn4ZTlIsuo92SVSJk=";
        rev = "362bfd827f522b57062e4ebcb465bb51941632a4";
        hash = "sha256-4CVRbeYExqIDpFH+QMZb5IeUGkP6kA/zHSuExYoZygk=";
      };

      cargoDeps = rustPlatform.fetchCargoVendor {