From 833000e1223195d3ddaef688806bd58252105166 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 3 Oct 2019 19:07:08 +0800 Subject: [PATCH] shell.nix: fix nmigen sha256 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 670c363..aa75329 100644 --- a/shell.nix +++ b/shell.nix @@ -51,7 +51,7 @@ let owner = "m-labs"; repo = "nmigen"; rev = "2168ff512bfe04806b35c09d3b1d265a16c4ddbc"; - sha256 = "1zs2xkihdkvzy5lw5kr08aw9irjn4d1imalv49zxvf6zqanghx6z"; + sha256 = "0ij9idvlqsjzzr50vyg2ziabj7lv7yi8s0826g3acrn45hfv4535"; }; checkPhase = "PATH=${pkgs.yosys}/bin:${pkgs.symbiyosys}/bin:${pkgs.yices}/bin:$PATH python -m unittest discover nmigen.test -v"; propagatedBuildInputs = with pkgs.python3Packages; [ bitarray pyvcd jinja2 ];