File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/applications/editors/vscode/extensions/charliermarsh.ruff Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ vscode-utils.buildVscodeMarketplaceExtension {
1212 sources = {
1313 "x86_64-linux" = {
1414 arch = "linux-x64" ;
15- hash = "sha256-XRdrZ+NHqtv7KCAvk0PX99SQxVDhdnbNOszqXdTnFnk =" ;
15+ hash = "sha256-lGV/Zc4pibm7sTVtN4UYzuroxNgUltaUT9oJPaa5S8Q =" ;
1616 } ;
1717 "x86_64-darwin" = {
1818 arch = "darwin-x64" ;
19- hash = "sha256-zeIcmlQTRugMNLqHTnxWvAd//CUqo1i4W4lPhzmZga8 =" ;
19+ hash = "sha256-h1cvTJ9VUHOL27F9twdbLTSzLb+NUhqrbaScoKF5jZ4 =" ;
2020 } ;
2121 "aarch64-linux" = {
2222 arch = "linux-arm64" ;
23- hash = "sha256-ynJjsvSywU8s81tifUun4wwxJTMBm+zNmZDeuMzWY2k =" ;
23+ hash = "sha256-Ca9DGjQDT5BbJUL7FtU3dS6Zb7C2Blxr69l5HpZR4ZQ =" ;
2424 } ;
2525 "aarch64-darwin" = {
2626 arch = "darwin-arm64" ;
27- hash = "sha256-rgdiYnhNMEoZwwN7jUJ/sucgSXSVqrJA+X3t0Sjv/Q8 =" ;
27+ hash = "sha256-8Qay/ynixASQ8FFyAYjBeGcjBKQGXucGlOndOYa1Fn8 =" ;
2828 } ;
2929 } ;
3030 in
3131 {
3232 name = "ruff" ;
3333 publisher = "charliermarsh" ;
34- version = "2025.14 .0" ;
34+ version = "2025.22 .0" ;
3535 }
3636 // sources . ${ stdenvNoCC . hostPlatform . system }
3737 or ( throw "Unsupported system ${ stdenvNoCC . hostPlatform . system } " ) ;
You can’t perform that action at this time.
0 commit comments