Commit 4cb14df8 authored by R. RyanTM's avatar R. RyanTM
Browse files

micropython: 1.24.1 -> 1.25.0

parent 5de293c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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