Merge pull request #226492 from Luflosi/update/yosys

yosys: 0.28 -> 0.29
This commit is contained in:
Sandro 2023-05-10 20:01:29 +02:00 committed by GitHub
commit f431ee4a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,13 +71,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.28";
version = "0.29";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-z550IAyo4Rbq9/S2Vwgec3sy7KH2n95PH0k8vo/pBSE=";
hash = "sha256-qsuKXYuKsMAALIy1SjxhEhZIMO8B4MF2vmVbwqgzLyM=";
};
enableParallelBuilding = true;