Fix correct commit hash for release 0.7.0 of openXC7 master
authorCesar Strauss <cesar.strauss@inpe.br>
Thu, 4 Apr 2024 09:25:34 +0000 (06:25 -0300)
committerCesar Strauss <cesar.strauss@inpe.br>
Thu, 4 Apr 2024 10:18:16 +0000 (07:18 -0300)
I used the hash mentioned in the Nix flake, which is a little newer.
Replace with the hash of the actual tagged release.

nextpnr-xilinx-install

index 66b595a048792fee6bf8cbbe2b68cd2285163de2..6347b6f4e151d5d1cf118578cc6b82b21b2bf824 100755 (executable)
@@ -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 \