Skip to content

Commit

Permalink
Merge pull request #1713 from ein-shved/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 24, 2024
2 parents 78ab8d0 + eaa40e2 commit ab60bca
Show file tree
Hide file tree
Showing 4 changed files with 4,072 additions and 20 deletions.
9 changes: 9 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3148,6 +3148,7 @@ lib.composeManyExtensions [
# echo "\"${version#v}\" = \"$(echo "$nix_prefetch" | jq -r ".sha256 // .hash")\";"
# done' _
getRepoHash = version: {
"0.4.10" = "sha256-FRBuvXtnbxRWoI0f8SM0U0Z5TRyX5Tbgq3d34Oh2bG4=";
"0.4.9" = "sha256-40ZXD52d/kZNkSZ64H/s/OiiU99IiblGfYa4KmU8xD4=";
"0.4.8" = "sha256-XuAJ65R80+IntWBGikG1cxAH8Tr3mnwQvSxeKFQj2ac=";
"0.4.7" = "sha256-1WQQpIdGFWEq6HzFFA5qRC3wnqtUvdzC/6VIkDY1pZI=";
Expand Down Expand Up @@ -3213,6 +3214,14 @@ lib.composeManyExtensions [
);

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

0 comments on commit ab60bca

Please sign in to comment.