From 138a724b4cba28fdc4135947bb95ef35a8b43c10 Mon Sep 17 00:00:00 2001
From: Astro <astro@spaceboyz.net>
Date: Mon, 24 Jun 2019 21:43:25 +0200
Subject: [PATCH] chore(nix): update micropython sha256

---
 nix/firmware.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/firmware.nix b/nix/firmware.nix
index 073e8d98..13cdca99 100644
--- a/nix/firmware.nix
+++ b/nix/firmware.nix
@@ -5,7 +5,7 @@ let
     owner = "micropython";
     repo = "micropython";
     rev = "62f004ba424920a01e60c7a9a064b8ec9cd69c12";
-    sha256 = "1v2aisrsy9g22jjlgq6yf5k111bvr3j9lr38jb77cgmhnp8sxfzi";
+    sha256 = "0bhbdw4zlk4yr798x8k9pk3q85xnbqj1f2362l65wv1815ajzx5l";
     fetchSubmodules = true;
   };
 in
-- 
GitLab