1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 08:01:14 +00:00

micropython: 1.12 -> 1.13

This commit is contained in:
Stig Palmquist 2020-09-22 15:37:42 +02:00
parent 06b27898a4
commit a2dd66b087
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

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