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

mpremote: 1.20.0 -> 1.22.1
This commit is contained in:
Mario Rodas 2024-01-23 22:14:26 -05:00 committed by GitHub
commit a79c810122
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.20.0";
version = "1.22.1";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
hash = "sha256-udIyNcRjwwoWju0Qob0CFtMibbVKwc7j2ji83BC1rX0=";
rev = "refs/tags/v${version}";
hash = "sha256-tGFXJW1RkUs/64Yatgg/1zZFPDQdu76uiMjNU8ebdvg=";
};
sourceRoot = "source/tools/mpremote";
format = "pyproject";