Merge pull request #290465 from r-ryantm/auto-update/mpremote

mpremote: 1.22.1 -> 1.22.2
This commit is contained in:
Nick Cao 2024-02-22 09:03:12 -05:00 committed by GitHub
commit be3e954f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
}:
buildPythonApplication rec {
pname = "mpremote";
version = "1.22.1";
version = "1.22.2";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "refs/tags/v${version}";
hash = "sha256-tGFXJW1RkUs/64Yatgg/1zZFPDQdu76uiMjNU8ebdvg=";
hash = "sha256-67CAR34VrMOzvNkukDeGRnUfoOLO66R37wsrRHjpp5E=";
};
sourceRoot = "source/tools/mpremote";
format = "pyproject";