micropython: 1.22.1 -> 1.22.2

This commit is contained in:
R. Ryantm 2024-02-26 08:14:53 +00:00
parent e3474e1d1e
commit 586f528d15

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;
};