Skip to content

Commit

Permalink
Merge pull request NixOS#229373 from jleightcap/jl/yosys-0.28
Browse files Browse the repository at this point in the history
yosys: 0.27 -> 0.28
  • Loading branch information
risicle authored May 9, 2023
2 parents 688e2b8 + 3a31db0 commit de62c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/yosys/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ let

in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.27";
version = "0.28";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-u6SeVlmQVCF3xCGajxsv0ZAgMKg6aa6WdN3DLKTPNYo=";
hash = "sha256-z550IAyo4Rbq9/S2Vwgec3sy7KH2n95PH0k8vo/pBSE=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit de62c56

Please sign in to comment.