Unverified Commit ef961a5b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

lixPackageSets.git: 2.94.0-pre-20250624_42e2bd045c9e -> 2.94.0-pre-20250627_ac80a11300eb (#420725)

parents af7c359d 70af6da6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -243,14 +243,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 {