yosys: update version number

pull/1/head
Sebastien Bourdeauducq 2019-04-27 14:59:16 +08:00
parent 4052e4ff93
commit 73ef6dcfe8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ with builtins;
stdenv.mkDerivation rec {
name = "yosys-${version}";
version = "2019.03.25hx";
version = "2019.04.27hx";
srcs = [
(fetchFromGitHub {