From 24510c81d60b4844434599d9f9af9f3dbaa8380f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 14 Oct 2020 20:30:59 +0800 Subject: [PATCH] python-deps: update migen-axi --- 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 405c600..4f1a9f5 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -196,8 +196,8 @@ rec { src = fetchFromGitHub { owner = "peteut"; repo = "migen-axi"; - rev = "623f368702c1380afff51f67cc744427b871f967"; - sha256 = "0nca8piril1lwwffdxi3x32drgq4mgj88r23mxwzdfa28ws506il"; + rev = "b9dd2b24a7d2f5c5cc97067ffd2535492dc64001"; + sha256 = "1rgm33gf8j4c8kynvwaq0907zisncqhx4wnb0wfryszv4lcz6jrk"; }; nativeBuildInputs = [ python3Packages.pbr ];