Skip to content

Commit

Permalink
Merge pull request #1704 from cpcloud/bump-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 18, 2024
2 parents 387f0f2 + 3d0df93 commit 3f2540f
Show file tree
Hide file tree
Showing 4 changed files with 3,801 additions and 21 deletions.
9 changes: 9 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3143,6 +3143,7 @@ lib.composeManyExtensions [
# echo "\"${version#v}\" = \"$(echo "$nix_prefetch" | jq -r ".sha256 // .hash")\";"
# done' _
getRepoHash = version: {
"0.4.9" = "sha256-40ZXD52d/kZNkSZ64H/s/OiiU99IiblGfYa4KmU8xD4=";
"0.4.8" = "sha256-XuAJ65R80+IntWBGikG1cxAH8Tr3mnwQvSxeKFQj2ac=";
"0.4.7" = "sha256-1WQQpIdGFWEq6HzFFA5qRC3wnqtUvdzC/6VIkDY1pZI=";
"0.4.6" = "sha256-ECFBciJjVmz8yvZci6dV4L3o4objkbU5HwB2qy0Mqv4=";
Expand Down Expand Up @@ -3207,6 +3208,14 @@ lib.composeManyExtensions [
);

getCargoHash = version: {
"0.4.9" = {
# https://raw.githubusercontent.com/astral-sh/ruff/v0.4.9/Cargo.lock
lockFile = ./ruff/0.4.9-Cargo.lock;
outputHashes = {
"lsp-types-0.95.1" = "sha256-8Oh299exWXVi6A39pALOISNfp8XBya8z+KT/Z7suRxQ=";
"salsa-2022-0.1.0" = "sha256-mt+X1hO+5ZrCAgy6N4aArnixJ9GjY/KwM0uIMUSrDsg=";
};
};
"0.4.8" = {
# https://github.com/astral-sh/ruff/blob/v0.4.8/Cargo.lock
lockFile = ./ruff/0.4.8-Cargo.lock;
Expand Down
Loading

0 comments on commit 3f2540f

Please sign in to comment.