From 38a66c9d4170dd293475554409186de0c552be4c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 23 Apr 2020 23:03:52 +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 42767f7..470a349 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 = "19d5eae29b9ff57ea11540252f79ad1a9526ff3a"; - sha256 = "00p6k9y4ff1n8q1zmxjj42apnxzfszrq213asla7552sx4g54b9c"; + rev = "5b5e4fdee19c4059b61371c6b70ae927980c24ad"; + sha256 = "1wmrsv6dpc0sfyryjkx4c9lx3sddw28d8k41kwm6r4ddx72lyzjx"; }; propagatedBuildInputs = with python3Packages; [ colorama ];