From 495dc7ee4ed7d3401c36ff1db06bb8b5c63e7e0e Mon Sep 17 00:00:00 2001 From: mwojcik Date: Tue, 24 Aug 2021 13:31:14 +0200 Subject: [PATCH] updated migen-axi dependency to 1f94ee0 --- 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 ca2e50e..822cc1b 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -213,13 +213,13 @@ rec { migen-axi = python3Packages.buildPythonPackage { pname = "migen-axi"; - version = "unstable-2021-01-22"; + version = "unstable-2021-08-23"; src = fetchFromGitHub { owner = "peteut"; repo = "migen-axi"; - rev = "9439ee900358598cecc682db327aa30e506172b5"; - sha256 = "1z5s8ifq7fbpqi6sx2i87rmz63kbgh9ck94fs2qf21ixhxi46nm3"; + rev = "1f94ee0fc847dad118020bfc8c6a8f26ed9958bd"; + sha256 = "0bk4g8k7cng8na01p7h6llrfpjkmxsamyi1kacvk3n110l2kl93g"; }; nativeBuildInputs = [ python3Packages.pbr ];