Unverified Commit 1820223f authored by Alois Wohlschlager's avatar Alois Wohlschlager
Browse files

lixPackageSets.git: 2.94.0-pre-20251010_53d172a30838 -> 2.94.0-pre-20251018_6e2edbff930d

parent 544961df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -217,14 +217,14 @@ lib.makeExtensible (
      attrName = "git";

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

        src = fetchFromGitea {
          domain = "git.lix.systems";
          owner = "lix-project";
          repo = "lix";
          rev = "53d172a3083840846043f7579936e0a3e86737e5";
          hash = "sha256-PPDHXtv6U5oIj8utzIqcH+ZSjMy4vXpv/y8c2I7dZ+g=";
          rev = "6e2edbff930dbf5b17a23e23f0b563e1db201f5b";
          hash = "sha256-t2f3YDiRTi6GTHc940lwozaxY7RFE1CW7EeNtVYG+FE=";
        };

        cargoDeps = rustPlatform.fetchCargoVendor {