yosys: 2020.07.07 -> 2020.08.22

Signed-off-by: Austin Seipp <aseipp@pobox.com>
gstqt5
Austin Seipp 2020-08-23 09:26:37 -05:00
parent dc2b2bc6b9
commit 4c5dd4c73b
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "yosys";
version = "2020.07.07";
version = "2020.08.22";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "000fd08198487cd1d36e65e4470f4b0269c23a2b";
sha256 = "01s252vwh4g1f4y99nfrkpf6hgvh9k63nz8hvpmjza5z8x6zf4i1";
rev = "12132b6850747aec99715fdfa3184fe3ebefa015";
sha256 = "1v6x1y2f3r8vi7pnkgx374rrv02xgmg9yg23f61n7d1v2rd6y5cc";
};
enableParallelBuilding = true;