From c0e2eee49d41fc1e17756cba846ef3f5d6488984 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 3 Dec 2023 11:13:56 +0800 Subject: [PATCH] Revert "update migen" This reverts commit b72d0353110d7a3d75f7a3e8e651b1f15c371951. --- artiq-fast/pkgs/python-deps.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 31c7f6b..393f7e7 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -104,13 +104,13 @@ rec { migen = python3Packages.buildPythonPackage rec { pname = "migen"; - version = "unstable-2023-11-07"; + version = "unstable-2021-12-16"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "fd0bf5855a1367eab14b0d6f7f8266178e25d78e"; - sha256 = "sha256-BsubN4Mfdj02QPK6ZCrl+YOaSg7DaLQdSCVP49ztWik="; + rev = "ac703010eaa06ac9b6e32f97c6fa98b15de22b31"; + sha256 = "sha256-qpVj/yJf4hDDc99XXpVPH4EbLC8aCmEtACn5qNc3DGI="; }; propagatedBuildInputs = with python3Packages; [ colorama ];