nextpnr: 2020.07.08 -> 2020.08.22

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-08-23 10:44:47 -05:00
parent 73e1531f99
commit 4875109d0f
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -14,14 +14,14 @@ let
in in
with stdenv; mkDerivation rec { with stdenv; mkDerivation rec {
pname = "nextpnr"; pname = "nextpnr";
version = "2020.07.08"; version = "2020.08.22";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "YosysHQ"; owner = "YosysHQ";
repo = "nextpnr"; repo = "nextpnr";
rev = "3cafb16aa634d2bc369077d8d36760d23973a35b"; rev = "c8ecb8341ca766e1e7565cc2b652b63eaba67508";
sha256 = "0z6q8f2f97jr037d51h097vck9jspidjn0pb5irlj0xdnb5si0js"; sha256 = "1cf9ad7w5x452qdc6m9c3in6v9yzip3n1as978lbdh76f5mc00fv";
name = "nextpnr"; name = "nextpnr";
}) })
(fetchFromGitHub { (fetchFromGitHub {