From db65504dab0f867a54157258f21cd6775c542975 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 May 2020 15:09:25 +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 82aa7de..0b67955 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -103,8 +103,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "07626122b351d9f65c917a10b1dd17828b46e8b0"; - sha256 = "1rvhb2q65rm880kgk6lwdljfvdnr41svqcfqmgi1709s47z6b8h5"; + rev = "b1b2b298b85a795239daad84c75be073ddc4f8bd"; + sha256 = "1qy2ydk8xqqv92i992j1g71fbi185zd6s3kigzsf3169874dyh81"; }; propagatedBuildInputs = with python3Packages; [ colorama ];