From ad04c877d3c1fb9b83be85d64165f8b980fa6308 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 8 Oct 2019 12:29:51 +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 3227846..cbeecd1 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -107,8 +107,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "3714470dc4c6822454397b60ac4080cfd3a90e15"; - sha256 = "11plnmz9bgf4fxq9hdxk40wbsaqw4w94552jcypnqvgs41xz4p16"; + rev = "41922fde2a8c36cd0f99d4b7ebb3ba9c37ce1489"; + sha256 = "0srn7lr98sqjss3z2zsk9w7ydl1p6rwskr0r7alss1x720n8hhiw"; }; propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];