We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4308a commit 3a31db0Copy full SHA for 3a31db0
pkgs/development/compilers/yosys/default.nix
@@ -71,13 +71,13 @@ let
71
72
in stdenv.mkDerivation rec {
73
pname = "yosys";
74
- version = "0.27";
+ version = "0.28";
75
76
src = fetchFromGitHub {
77
owner = "YosysHQ";
78
repo = "yosys";
79
rev = "${pname}-${version}";
80
- hash = "sha256-u6SeVlmQVCF3xCGajxsv0ZAgMKg6aa6WdN3DLKTPNYo=";
+ hash = "sha256-z550IAyo4Rbq9/S2Vwgec3sy7KH2n95PH0k8vo/pBSE=";
81
};
82
83
enableParallelBuilding = true;
0 commit comments