yosys: 0.15 -> 0.16

https://github.com/YosysHQ/yosys/releases/tag/yosys-0.16
This commit is contained in:
Luflosi 2022-04-05 12:25:47 +02:00 committed by Austin Seipp
parent 3e6f9de0de
commit 338ce3ed6a

View file

@ -72,13 +72,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.15";
version = "0.16";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-1NCcsq0otVKTTSSmnX2kCvvngF1yzqYWlRVzu+XY65w=";
hash = "sha256-X1yygoat6ezJt9jLO+W528ryf381nKGDQ3cfrG1ZbIk=";
};
enableParallelBuilding = true;