From 369c1673279371d91b6b883217d934f7f5c424c1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 20 Jan 2020 12:50:10 +0800 Subject: [PATCH] jesd204: 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 76ad2b8..391a130 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -157,8 +157,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "jesd204b"; - rev = "2fd6391c0a9197580d60f7d8a146191dc7337b03"; - sha256 = "1lhw8f0dp42xx4g6d7hyhqhrnd6i5ll4a1wcg265rqz3600i4009"; + rev = "ed7dc91686f6c340dc8b14e5a119d5e4bbcf9339"; + sha256 = "0z2scwh85s0zffdw055l04ysqy3wkvgw9vrg7bxvpi5zh3dp3x7q"; }; propagatedBuildInputs = with python3Packages; [ migen misoc ];