yosys: 0.31 -> 0.32

https://github.com/YosysHQ/yosys/releases/tag/yosys-0.32
This commit is contained in:
Luflosi 2023-08-07 10:30:28 +02:00
parent aa255c2790
commit c9d964f257
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -71,13 +71,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.31";
version = "0.32";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-BGeqI0U2AdKgsQQw3f/C0l1ENPTlQ3Eoa8TaLRE+aWI=";
hash = "sha256-ER61pIvXNjV74A9LwxeXDXoQFkVgqjdI9KiYQyOobk8=";
};
enableParallelBuilding = true;