yosys: 2018.02.14 -> 2018.03.07

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-03-07 18:31:41 -06:00
parent ed6a4f47f8
commit 679dfdb40d

View File

@ -6,14 +6,14 @@ with builtins;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yosys-${version}"; name = "yosys-${version}";
version = "2018.02.14"; version = "2018.03.07";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "yosyshq"; owner = "yosyshq";
repo = "yosys"; repo = "yosys";
rev = "c1abd3b02cab235334342f3520e2535eb74c5792"; rev = "8b604004dae31f7f3120685dd05d16a4bace904a";
sha256 = "0pzrplv4p0qzy115rg19lxv4w274iby337zfd7hhlinnpx3gzqvw"; sha256 = "18i4l5rka3l9lg8cdpigprw80im293j3bmv0zab1gxf3rhbjpcb7";
name = "yosys"; name = "yosys";
}) })