micropython: 1.24.1 -> 1.25.0

This commit is contained in:
R. Ryantm
2025-04-15 19:24:52 +00:00
parent 5de293c7d3
commit 4cb14df8ca
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "micropython";
version = "1.24.1";
version = "1.25.0";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
hash = "sha256-Hn5TtLBKK9kn9x3U2ZcU9O2CS272rcDD0HA+Xva3G4w=";
hash = "sha256-yH5omiYs07ZKECI+DAnpYq4T+r2O/RuGdtN+dhYxePc=";
fetchSubmodules = true;
# remove unused libraries from rp2 port's SDK. we leave this and the other