nextpnr: 2019.01.08 -> 2019.02.20

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-02-23 11:06:16 -06:00
parent ad8d28c98f
commit b30ad4be96
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -27,13 +27,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nextpnr-${version}"; name = "nextpnr-${version}";
version = "2019.01.08"; version = "2019.02.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yosyshq"; owner = "yosyshq";
repo = "nextpnr"; repo = "nextpnr";
rev = "c1d15c749c2aa105ee7b38ebe1b60a27e3743e8c"; rev = "e8d3aaaf34895a073e4023192d97fc936d090990";
sha256 = "082ac03s6164s7dwz1l9phshl8m1lizn45jykabrhks5jcccchbh"; sha256 = "0ijqpjnn7x16crd6cmd4nmgay320flizmjb7bbvg9hv464z3p4x7";
}; };
nativeBuildInputs = [ cmake makeWrapper ]; nativeBuildInputs = [ cmake makeWrapper ];