From e751e216530592a4023ae8a4540355578c6221c4 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Tue, 3 Aug 2021 06:35:47 +0200 Subject: [PATCH] updated migen pkg to rev 35203d6 --- 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 c0d511b..bb939f6 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -119,13 +119,13 @@ rec { migen = python3Packages.buildPythonPackage rec { pname = "migen"; - version = "unstable-2021-02-08"; + version = "unstable-2021-07-30"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "7014bdccc11270764186e6a4441fb58238c612aa"; - sha256 = "12mhmcdf0jqv33ald9x9zb1qi26sw4ywdfgg5saqvmx0pmbmvynk"; + rev = "35203d600b7ae1c29f8926237b236390004ddbd9"; + sha256 = "1grbgsknmzcdr46pr0psvim4dqrcjp9q9f44mw1vqp092irkkym7"; }; propagatedBuildInputs = with python3Packages; [ colorama ];