From: Cesar Strauss Date: Thu, 4 Apr 2024 09:25:34 +0000 (-0300) Subject: Fix correct commit hash for release 0.7.0 of openXC7 X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=HEAD;ds=sidebyside Fix correct commit hash for release 0.7.0 of openXC7 I used the hash mentioned in the Nix flake, which is a little newer. Replace with the hash of the actual tagged release. --- diff --git a/nextpnr-xilinx-install b/nextpnr-xilinx-install index 66b595a..6347b6f 100755 --- a/nextpnr-xilinx-install +++ b/nextpnr-xilinx-install @@ -78,7 +78,7 @@ apt-get install -y libboost-thread-dev libboost-iostreams-dev \ ### Build nextpnr-xilinx from release 0.7.0 of openXC7 cd nextpnr-xilinx -git checkout 1c57f511f80945a709d1d43478d39ad0b6cd51d2 +git checkout 14c62813ba93258143c2551f4beb0b7e044c5912 git submodule init git submodule update cmake -DARCH=xilinx -DBUILD_GUI=OFF \