yosys: 0.25 -> 0.26

https://github.com/YosysHQ/yosys/releases/tag/yosys-0.26
This commit is contained in:
Luflosi 2023-02-22 02:04:56 +01:00
parent 1a4a178f60
commit ee1ea62bd3
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.25";
version = "0.26";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-hOuuKvT6ZM7G0HTGtVeEHHfJWqwUinD+DxT3r0CQZH0=";
hash = "sha256-0xV+323YTK+VhnD05SmvGv8uT4TzqA9IZ/iKl1as1Kc=";
};
enableParallelBuilding = true;