3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from stigtsp/package/micropython-1.13

micropython: 1.12 -> 1.13
This commit is contained in:
Stig P 2020-09-27 19:25:11 +00:00 committed by GitHub
commit 3e2cf215f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "micropython";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
sha256 = "1fsigdahnv5yn0mc7dr1y6h7g8ywg084pcgj6d64kb39w641n8j5";
sha256 = "0m9g6isys4pnlnkdmrw7lxaxdrjn02j481wz5x5cdrmrbi4zi17z";
fetchSubmodules = true;
};