Unverified Commit 2a7067f3 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

micropython: 1.24.1 -> 1.25.0 (#398958)

parents 53777511 4cb14df8
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