From 43967e2324091114f8b143792dc66fbd0eb8ac0d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 7 May 2020 12:57:18 +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 ae29061..8249719 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 = "5b5e4fdee19c4059b61371c6b70ae927980c24ad"; - sha256 = "1wmrsv6dpc0sfyryjkx4c9lx3sddw28d8k41kwm6r4ddx72lyzjx"; + rev = "07626122b351d9f65c917a10b1dd17828b46e8b0"; + sha256 = "1rvhb2q65rm880kgk6lwdljfvdnr41svqcfqmgi1709s47z6b8h5"; }; propagatedBuildInputs = with python3Packages; [ colorama ];