From b0407a37755478f83348afaaf43aac95fbd50267 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 5 Feb 2020 00:08:07 +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 91fca8a..a533ba7 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 = "084e2a21e47c46445caf9bb3fc83ee11164c14d4"; - sha256 = "0skbiv7mixizqmizladki7j8d3a976833vcfryjm7qyyka101j7h"; + rev = "e2e6c726c9c34209cd326d0a80df63668285a378"; + sha256 = "1dshlpnwfgi6yhbpx9w8f4a0i255jy3pgpzwr2s0akzx414agfk3"; }; propagatedBuildInputs = with python3Packages; [ colorama ];