Skip to content

Commit

Permalink
Merge pull request #1783 from csinko/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Sep 27, 2024
2 parents d024cc0 + 1ea461e commit 7e57644
Show file tree
Hide file tree
Showing 5 changed files with 15,353 additions and 0 deletions.
32 changes: 32 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3318,6 +3318,38 @@ lib.composeManyExtensions [
"salsa-0.18.0" = "sha256-y5PuGeQNUHLhU8YY9wPbGk71eNZ0aM0Xpvwfyf+UZwM=";
};
};
"0.5.5" = {
# https://raw.githubusercontent.com/astral-sh/ruff/0.5.5/Cargo.lock
lockFile = ./ruff/0.5.5-Cargo.lock;
outputHashes = {
"lsp-types-0.95.1" = "sha256-8Oh299exWXVi6A39pALOISNfp8XBya8z+KT/Z7suRxQ=";
"salsa-0.18.0" = "sha256-y5PuGeQNUHLhU8YY9wPbGk71eNZ0aM0Xpvwfyf+UZwM=";
};
};
"0.5.4" = {
# https://raw.githubusercontent.com/astral-sh/ruff/0.5.4/Cargo.lock
lockFile = ./ruff/0.5.4-Cargo.lock;
outputHashes = {
"lsp-types-0.95.1" = "sha256-8Oh299exWXVi6A39pALOISNfp8XBya8z+KT/Z7suRxQ=";
"salsa-0.18.0" = "sha256-y5PuGeQNUHLhU8YY9wPbGk71eNZ0aM0Xpvwfyf+UZwM=";
};
};
"0.5.3" = {
# https://raw.githubusercontent.com/astral-sh/ruff/0.5.3/Cargo.lock
lockFile = ./ruff/0.5.3-Cargo.lock;
outputHashes = {
"lsp-types-0.95.1" = "sha256-8Oh299exWXVi6A39pALOISNfp8XBya8z+KT/Z7suRxQ=";
"salsa-0.18.0" = "sha256-y5PuGeQNUHLhU8YY9wPbGk71eNZ0aM0Xpvwfyf+UZwM=";
};
};
"0.5.2" = {
# https://raw.githubusercontent.com/astral-sh/ruff/0.5.2/Cargo.lock
lockFile = ./ruff/0.5.6-Cargo.lock;
outputHashes = {
"lsp-types-0.95.1" = "sha256-8Oh299exWXVi6A39pALOISNfp8XBya8z+KT/Z7suRxQ=";
"salsa-0.18.0" = "sha256-y5PuGeQNUHLhU8YY9wPbGk71eNZ0aM0Xpvwfyf+UZwM=";
};
};
"0.5.1" = {
# https://raw.githubusercontent.com/astral-sh/ruff/0.5.1/Cargo.lock
lockFile = ./ruff/0.5.1-Cargo.lock;
Expand Down
Loading

0 comments on commit 7e57644

Please sign in to comment.