yosys: 2019.04.22 -> 2019.04.23

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-04-23 09:34:42 -05:00
parent d6db31a720
commit 1f86adbdbf
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -8,14 +8,14 @@ with builtins;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yosys-${version}"; name = "yosys-${version}";
version = "2019.04.22"; version = "2019.04.23";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "yosyshq"; owner = "yosyshq";
repo = "yosys"; repo = "yosys";
rev = "9050b5e1915b05f55c1db279566f34202905f02a"; rev = "d9daf09cf3aab202b6da058c5e959f6375a4541e";
sha256 = "01s99szf9ypx07isxawjz5ajbd7clakrcn204z948f3nc2nddjz5"; sha256 = "0l27r9l3fvkqhmbqqpjz1f3ny4wdh5mdc7jlnbgy6nxx6vqcmkh0";
name = "yosys"; name = "yosys";
}) })