Skip to content

Commit b60952b

Browse files
committed
vscode-extensions.charliermarsh.ruff: 2024.34.0 → 2025.14.0
Release: https://github.com/astral-sh/ruff-vscode/releases/tag/2025.14.0
1 parent 8f4b7f2 commit b60952b

File tree

1 file changed

+5
-5
lines changed
  • pkgs/applications/editors/vscode/extensions/charliermarsh.ruff

1 file changed

+5
-5
lines changed

pkgs/applications/editors/vscode/extensions/charliermarsh.ruff/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ vscode-utils.buildVscodeMarketplaceExtension {
1111
sources = {
1212
"x86_64-linux" = {
1313
arch = "linux-x64";
14-
hash = "sha256-KiCTJbLDut0Az7BmcYPQbFweT94RWnsE+JYvqVZ2P7s=";
14+
hash = "sha256-XRdrZ+NHqtv7KCAvk0PX99SQxVDhdnbNOszqXdTnFnk=";
1515
};
1616
"x86_64-darwin" = {
1717
arch = "darwin-x64";
18-
hash = "sha256-Szy+bE/42cNzcEa2yKCyvxr5OBqH2dPVgJnCS57z3nY=";
18+
hash = "sha256-zeIcmlQTRugMNLqHTnxWvAd//CUqo1i4W4lPhzmZga8=";
1919
};
2020
"aarch64-linux" = {
2121
arch = "linux-arm64";
22-
hash = "sha256-Bw1gdrb40baSXdrIgM0tlCLa18aGpRv1q7YN5wJRjNs=";
22+
hash = "sha256-ynJjsvSywU8s81tifUun4wwxJTMBm+zNmZDeuMzWY2k=";
2323
};
2424
"aarch64-darwin" = {
2525
arch = "darwin-arm64";
26-
hash = "sha256-xcHL/2dliPD69mNEsbEpbtn5QLV1P3gqu9ftDOn58qM=";
26+
hash = "sha256-rgdiYnhNMEoZwwN7jUJ/sucgSXSVqrJA+X3t0Sjv/Q8=";
2727
};
2828
};
2929
in
3030
{
3131
name = "ruff";
3232
publisher = "charliermarsh";
33-
version = "2024.34.0";
33+
version = "2025.14.0";
3434
}
3535
// sources.${stdenvNoCC.system} or (throw "Unsupported system ${stdenvNoCC.system}");
3636

0 commit comments

Comments
 (0)