mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #283299 from r-ryantm/auto-update/mpremote
mpremote: 1.20.0 -> 1.22.1
This commit is contained in:
commit
a79c810122
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user