Merge pull request #209352 from Luflosi/update/yosys

yosys: 0.24 -> 0.25
This commit is contained in:
Robert Scott 2023-01-07 00:37:23 +00:00 committed by GitHub
commit 517f1cb18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,13 +71,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.24";
version = "0.25";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-rso08/b0ukrh6KYFpn4bFn0pP83URfeJGw28iLIjlPw=";
hash = "sha256-hOuuKvT6ZM7G0HTGtVeEHHfJWqwUinD+DxT3r0CQZH0=";
};
enableParallelBuilding = true;