micropython: 1.18 -> 1.19

This commit is contained in:
Pavol Rusnak 2022-07-25 18:27:25 +02:00
parent f5da53c188
commit 3a33ccee14
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "micropython";
version = "1.18";
version = "1.19";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
sha256 = "sha256-roskIDyY3ehasOm8Yn4braLNZtaeuItb9ZOUgF4CXww=";
owner = "micropython";
repo = "micropython";
rev = "v${version}";
sha256 = "sha256-M3cKNuRKOcB1lF9M1rDOpp3sPdx/I60ooLtOYmBWe7c=";
fetchSubmodules = true;
};