From 312689fc6134d94eb2c4e3e9541a080886a2d7de Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 23 Aug 2019 18:40:00 +0800 Subject: [PATCH] migen: bump --- artiq-fast/pkgs/python-deps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 4c6fd1d..8b8bad4 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -107,8 +107,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "558591288dd08302cb8830310ba6975757b58c72"; - sha256 = "11hnm8pw896bbcsyiair7627h7by2yg30ybqshxcap0dqw8k266n"; + rev = "34f24f3e5f7c8767e5e9bd1dd3d1fe8711735103"; + sha256 = "1fq8hvj4dgmpzyqd3qpf0nbnc9hq3ii48bm60nlhs3942plxk910"; }; propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];