yosys: 0.26 -> 0.27

https://github.com/YosysHQ/yosys/releases/tag/yosys-0.27
This commit is contained in:
Luflosi 2023-03-07 23:52:35 +01:00 committed by Austin Seipp
parent e8f1fcd350
commit ccd250410e

View file

@ -71,13 +71,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.26";
version = "0.27";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-0xV+323YTK+VhnD05SmvGv8uT4TzqA9IZ/iKl1as1Kc=";
hash = "sha256-u6SeVlmQVCF3xCGajxsv0ZAgMKg6aa6WdN3DLKTPNYo=";
};
enableParallelBuilding = true;