Skip to content

Commit de62c56

Browse files
authored
Merge pull request NixOS#229373 from jleightcap/jl/yosys-0.28
yosys: 0.27 -> 0.28
2 parents 688e2b8 + 3a31db0 commit de62c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/yosys/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ let
7171

7272
in stdenv.mkDerivation rec {
7373
pname = "yosys";
74-
version = "0.27";
74+
version = "0.28";
7575

7676
src = fetchFromGitHub {
7777
owner = "YosysHQ";
7878
repo = "yosys";
7979
rev = "${pname}-${version}";
80-
hash = "sha256-u6SeVlmQVCF3xCGajxsv0ZAgMKg6aa6WdN3DLKTPNYo=";
80+
hash = "sha256-z550IAyo4Rbq9/S2Vwgec3sy7KH2n95PH0k8vo/pBSE=";
8181
};
8282

8383
enableParallelBuilding = true;

0 commit comments

Comments
 (0)