From 9f5be63f8eff389931da4182cb08a9583f5c64cb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 4 Feb 2020 17:43:27 +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 2ebbf16..91fca8a 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -117,8 +117,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "d11565a8ead28eb5a18d7d4f57abe2a7562cdc8c"; - sha256 = "1jmwc7jkd149g060wkz2qh1m2nv2vbg0712a2f4a594rwx20xjar"; + rev = "084e2a21e47c46445caf9bb3fc83ee11164c14d4"; + sha256 = "0skbiv7mixizqmizladki7j8d3a976833vcfryjm7qyyka101j7h"; }; propagatedBuildInputs = with python3Packages; [ colorama ];