Merge pull request #118171 from prusnak/yosys

yosys: 0.9+3962 -> 0.9+4052
This commit is contained in:
Sandro 2021-03-31 23:51:46 +02:00 committed by GitHub
commit 14d732a041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ stdenv, lib { stdenv
, lib
, abc-verifier , abc-verifier
, bash , bash
, bison , bison
@ -33,13 +34,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "yosys"; pname = "yosys";
version = "0.9+3962"; version = "0.9+4052";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "YosysHQ"; owner = "YosysHQ";
repo = "yosys"; repo = "yosys";
rev = "5d0cc54f5c36dea1d989438426a321b4554257c8"; rev = "687f381b6985d9dda7e11535628e2fafff267af5";
sha256 = "1c85kga95lin6rcpr7cf80wr9f1a6irdrld9g23zmqdrxhick8y7"; sha256 = "15lcj798ckh9zwvdqb5gnvicilsxjyxv01gcviijg310hq62n7vf";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;