From 7efd520ba572b3145223e8a349b96d8cda9ab529 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 20 Jan 2020 15:57:49 +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 9c07a4b..7493754 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 = "ed7dc91686f6c340dc8b14e5a119d5e4bbcf9339"; - sha256 = "0z2scwh85s0zffdw055l04ysqy3wkvgw9vrg7bxvpi5zh3dp3x7q"; + rev = "2d135e3a482bf7571eb272fab61eaffc345a0f7d"; + sha256 = "0pmzw33xkcmk15jmqc3gkyf7ijfqfcb5hdl2npyf9rx7mbghyfi0"; }; propagatedBuildInputs = with python3Packages; [ migen misoc ];