yosys: 0.9+3962 -> 0.9+4052
This commit is contained in:
parent
021fb5a177
commit
cfe4e1c3db
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue