micropython: 1.24.0 -> 1.24.1 (#362701)

This commit is contained in:
Pavol Rusnak 2024-12-07 16:04:48 +01:00 committed by GitHub
commit f3f364ed3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "micropython";
version = "1.24.0";
version = "1.24.1";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
hash = "sha256-cFoUa4ZpPy1MldlTeY9ISXi9ilulmhmaH5mapUDBzE8=";
hash = "sha256-Hn5TtLBKK9kn9x3U2ZcU9O2CS272rcDD0HA+Xva3G4w=";
fetchSubmodules = true;
# remove unused libraries from rp2 port's SDK. we leave this and the other