yosys: 0.18 -> 0.20

Includes necessary `abc` update as well.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2022-08-12 09:20:46 -05:00
parent 37b546ea6a
commit 5b93ac113c
2 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "abc-verifier";
version = "2022.05.06";
version = "2022.07.27";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "abc";
rev = "09a7e6dac739133a927ae7064d319068ab927f90";
hash = "sha256-+1UcYjK2mvhlTHl6lVCcj5q+1D8RUTquHaajSl5NuJg=";
rev = "7cc11f7f0c49d4ce7e0ed88950d1c4c8abb1cba4";
hash = "sha256-6m8XpSYWT0uMpYHXm3ExnH7RMg923YqZAJPTBeFXMzg=";
};
nativeBuildInputs = [ cmake ];

View File

@ -72,13 +72,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.18";
version = "0.20";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-uvJYL7cUhf6gTvfeIVKWMB2DH5qcYzhB2WPeJf1rCTI=";
hash = "sha256-0oDF6wLcWlDG2hWFjIL+oQmICQl/H6YAwDzgTiuF298=";
};
enableParallelBuilding = true;