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

micropython: 1.22.1 -> 1.22.2
This commit is contained in:
Pavol Rusnak 2024-02-26 12:19:29 -03:00 committed by GitHub
commit 724ed465ed
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.22.1";
version = "1.22.2";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
sha256 = "sha256-NU/C0rxiA/DTbUXZG/RTsq7tGgxtLUUilMhsc8DPA7g=";
sha256 = "sha256-sdok17HvKub/sI+8cAIIDaLD/3mu8yXXqrTOej8/UfU=";
fetchSubmodules = true;
};