From 6c328f32f1e0729e6000288bd2769296fdad9e99 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 19 Jul 2020 14:04:50 +0800 Subject: [PATCH] migen-axi: 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 cdadf62..2b3b3c7 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -188,8 +188,8 @@ rec { src = fetchFromGitHub { owner = "peteut"; repo = "migen-axi"; - rev = "c4002f7db62cb9c4599336a9413006ee1d138fbd"; - sha256 = "0p2ndznch7z4sbp4m8hq49rkg7p4vcrlbbfk6l8644wyl1kk0fvg"; + rev = "623f368702c1380afff51f67cc744427b871f967"; + sha256 = "0nca8piril1lwwffdxi3x32drgq4mgj88r23mxwzdfa28ws506il"; }; nativeBuildInputs = [ python3Packages.pbr ];