Merge pull request #288019 from trofi/vscode-extensions.charliermarsh.ruff-fix-hash

vscode-extensions.charliermarsh.ruff: fix source hash
This commit is contained in:
kirillrdy 2024-02-14 20:00:33 +11:00 committed by GitHub
commit 91028452cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -757,7 +757,7 @@ let
name = "ruff";
publisher = "charliermarsh";
version = "2023.60.0";
sha256 = "sha256-zxE4QcWt8M6djTbdIf0YNSpeF1w7vMK4/BW5ArCOYbE=";
sha256 = "sha256-qgwud2gzHLHID45VxDlngFMoks5O3pTHQe+Q7bdf8+I=";
};
meta = {
license = lib.licenses.mit;