vscode-extensions.charliermarsh.ruff: 2025.24.0 -> 2025.26.0

R. Ryantm 4c708466 c90d266b

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/charliermarsh.ruff/default.nix
··· 12 12 sources = { 13 13 "x86_64-linux" = { 14 14 arch = "linux-x64"; 15 - hash = "sha256-+EiBEYZpJYjUMvVcNgs5pdXr1g8FB1ha2bKy29OPcSM="; 15 + hash = "sha256-7tP5hFK1ohPN143Vwt6XJxk2mOXURpD7k95MRcMOCkY="; 16 16 }; 17 17 "x86_64-darwin" = { 18 18 arch = "darwin-x64"; 19 - hash = "sha256-ijy/ZVhVU1/ZrS1Fu3vuiThcjLuKSqf3lrgl8is54Co="; 19 + hash = "sha256-PhwYpFSeZU/00JyQ+BpVbqlmsgfJgsGsbfnBGZ5WrnA="; 20 20 }; 21 21 "aarch64-linux" = { 22 22 arch = "linux-arm64"; 23 - hash = "sha256-mpUV/xN98Xi3B7ujotXK9T6xEfZWsQuWtvuPyufxfoY="; 23 + hash = "sha256-GS9h2PkVjhButVrug7A7gx1qwLqFUI5tv/b++vhSetM="; 24 24 }; 25 25 "aarch64-darwin" = { 26 26 arch = "darwin-arm64"; 27 - hash = "sha256-YaNMN7887v3tFccoPBz7hVhpGbGtbys7e5D5GCBIe20="; 27 + hash = "sha256-Twr0WcxZ4x9/85FyBHbzTKzCzZzamGKyX3yolql9l90="; 28 28 }; 29 29 }; 30 30 in 31 31 { 32 32 name = "ruff"; 33 33 publisher = "charliermarsh"; 34 - version = "2025.24.0"; 34 + version = "2025.26.0"; 35 35 } 36 36 // sources.${stdenvNoCC.hostPlatform.system} 37 37 or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");