Unverified Commit 26032cda authored by Alois Wohlschlager's avatar Alois Wohlschlager
Browse files

lixPackageSets.git: 2.94.0-pre-20251018_6e2edbff930d -> 2.95.0-pre-20251121_b707403a3080

parent 89c2b233
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ assert lib.assertMsg (
  removeReferencesTo,
  xz,
  yq,
  zstd,
  nixosTests,
  rustPlatform,
  # Only used for versions before 2.92.
@@ -185,7 +186,8 @@ stdenv.mkDerivation (finalAttrs: {
  ++ lib.optionals pastaFod [ passt ]
  ++ lib.optionals parseToYAML [ yq ]
  ++ lib.optionals usesCapnp [ capnproto ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ];
  ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ]
  ++ lib.optionals (lib.versionAtLeast version "2.94") [ zstd ];

  buildInputs = [
    boost
+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-20251018_${builtins.substring 0 12 src.rev}";
        version = "2.95.0-pre-20251121_${builtins.substring 0 12 src.rev}";

        src = fetchFromGitea {
          domain = "git.lix.systems";
          owner = "lix-project";
          repo = "lix";
          rev = "6e2edbff930dbf5b17a23e23f0b563e1db201f5b";
          hash = "sha256-t2f3YDiRTi6GTHc940lwozaxY7RFE1CW7EeNtVYG+FE=";
          rev = "b707403a308030739dfeacc5b0aaaeef8ba3f633";
          hash = "sha256-kas7FT2J86DVJlPH5dNNHM56OgdQQyfCE/dX/EOKDp8=";
        };

        cargoDeps = rustPlatform.fetchCargoVendor {