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
+2 -2
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;