Unverified Commit 7572e75e authored by K900's avatar K900 Committed by GitHub
Browse files

staging-nixos merge for 2025-11-02 (#457840)

parents f0ddb05c 52468221
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ruff";
  version = "0.14.2";
  version = "0.14.3";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "ruff";
    tag = finalAttrs.version;
    hash = "sha256-bHcmnfbdPzCX/Eqy5o+hVqhggfsPwZeUVjXV9wF6fNE=";
    hash = "sha256-iYXZyB0s3rlGV3HQLN1fuAohFUm/53VLAwA3Ahj6HzM=";
  };

  cargoBuildFlags = [ "--package=ruff" ];

  cargoHash = "sha256-lAluzoRONfkyspcMCp7wNei0R3dgpAwwwpRAmbTNl1k=";
  cargoHash = "sha256-dYXFNe+nglKelgzi2Afo0AJyt53qfCAJ7reTMMfjWOI=";

  nativeBuildInputs = [ installShellFiles ];

+2 −0
Original line number Diff line number Diff line
@@ -1403,6 +1403,8 @@ let
        TASK_XACCT = yes;
        TASK_IO_ACCOUNTING = yes;

        LEGACY_TIOCSTI = whenAtLeast "6.2" no;

        # Fresh toolchains frequently break -Werror build for minor issues.
        WERROR = whenAtLeast "5.15" no;

+6 −6
Original line number Diff line number Diff line
@@ -20,18 +20,18 @@
        "lts": true
    },
    "6.6": {
        "version": "6.6.115",
        "hash": "sha256:0iwhzlrqcw9hzr21gn0pmsjix0d022a7g38vszx4jsqgimgc160a",
        "version": "6.6.116",
        "hash": "sha256:07d5629579apc1d8yb0ki226iyb5n3lwp1yw0p189qlvq919g9d9",
        "lts": true
    },
    "6.12": {
        "version": "6.12.56",
        "hash": "sha256:15pclwn3nbwccdfwcqd3lkmdxwpjkmadhj63acqbzxsjycm2nhsm",
        "version": "6.12.57",
        "hash": "sha256:06jlsawz1wgk13gyxphkglb8a4iiwg0vg5hrfc7bj1s6gk1s2p0n",
        "lts": true
    },
    "6.17": {
        "version": "6.17.6",
        "hash": "sha256:17662dpl1rd24n20ihb1fsf66c8n3r6x1a24c6sanj1ld5mvrkwf",
        "version": "6.17.7",
        "hash": "sha256:03lxl2p8hvi4hdzbf72v3xh8yigr58826dmy6rqxbq9r8h6ymwnx",
        "lts": false
    }
}