1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

mpremote: 1.23.0 -> 1.24.0

This commit is contained in:
Jordan Williams 2024-10-26 07:41:42 -05:00
parent 072f2eef83
commit 7a4e2ed219
No known key found for this signature in database
GPG key ID: 9FB42B0E7F657D8C

View file

@ -9,13 +9,13 @@
}:
buildPythonApplication rec {
pname = "mpremote";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "refs/tags/v${version}";
hash = "sha256-TEW9aDXodPYWlm7xxodaG/2sXOCPpDUKtYVzYZgAzf4=";
hash = "sha256-nBz4m5YxD6MV5SyyzvJcwBTttV8uJGdcCUY6HYxZ4nY=";
};
sourceRoot = "${src.name}/tools/mpremote";
format = "pyproject";