nextpnr: 2019.04.02 -> 2019.04.19

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-04-22 12:21:19 -05:00
parent a5cb8ba7c0
commit 25bea5054e
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.04.02"; version = "2019.04.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yosyshq"; owner = "yosyshq";
repo = "nextpnr"; repo = "nextpnr";
rev = "6adf37e3c1d4301e087d89c9e9c37563fe8d78df"; rev = "5344bc3b65f4e06f983db781e9a82d30b3f1512b";
sha256 = "0qqb2yd2s39hahh5qigvllgyzj7rp3r1k9jp2n9z2jrfpiaz68c6"; sha256 = "1y14jpa948cwk0i19bsfqh7yxsxkgskm4xym4z179sjcvcdvrn3a";
}; };
nativeBuildInputs = [ cmake makeWrapper ]; nativeBuildInputs = [ cmake makeWrapper ];