Merge pull request #316155 from r-ryantm/auto-update/micropython

micropython: 1.22.2 -> 1.23.0
This commit is contained in:
Stig
2024-05-31 16:40:35 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "micropython";
version = "1.22.2";
version = "1.23.0";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
sha256 = "sha256-sdok17HvKub/sI+8cAIIDaLD/3mu8yXXqrTOej8/UfU=";
sha256 = "sha256-sfJohmsqq5FumUoVE8x3yWv12DiCJJXae62br0j+190=";
fetchSubmodules = true;
};