3
0
Fork 0
forked from mirrors/nixpkgs

mpremote: 1.20.0 -> 1.22.1

This commit is contained in:
R. Ryantm 2024-01-23 19:57:37 +00:00
parent 947661df11
commit b5c4e4a403

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";