nix: bump jesd204b

pull/1265/head
Sebastien Bourdeauducq 2019-02-04 19:31:09 +08:00
parent 2f7364563c
commit d0b6f92b11
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ rec {
src = fetchFromGitHub {
owner = "m-labs";
repo = "jesd204b";
rev = "03d3280690727b12b6522cbd294138e66dd157c9";
sha256 = "1hpx4y8ynhsmwsq4ry748q6bkh8jvv2hy8b7hifxjmlh174y8rb0";
rev = "2fd6391c0a9197580d60f7d8a146191dc7337b03";
sha256 = "1lhw8f0dp42xx4g6d7hyhqhrnd6i5ll4a1wcg265rqz3600i4009";
};
propagatedBuildInputs = with python3Packages; [ migen misoc ];