Merge pull request #247722 from Luflosi/update/yosys

yosys: 0.31 -> 0.32
This commit is contained in:
Weijia Wang
2023-08-07 16:50:19 +02:00
committed by GitHub
+2 -2
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;