aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus/Dockerfile.ubuntu20.04
diff options
context:
space:
mode:
authorD. Shah <gatecat@ds0.me>2021-02-08 13:04:49 +0000
committerD. Shah <gatecat@ds0.me>2021-02-08 13:04:49 +0000
commitf501ba0c77723242cbd1752128f00d5b4ee093c9 (patch)
treed2fff5e36846e6c5d4abeb4162dc6e4a371aeb22 /.cirrus/Dockerfile.ubuntu20.04
parent23edefa0b52a8f531453a85ed7ce14bc2eb3bff8 (diff)
downloadnextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.tar.gz
nextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.tar.bz2
nextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.zip
Update prjoxide URL
Signed-off-by: D. Shah <gatecat@ds0.me>
Diffstat (limited to '.cirrus/Dockerfile.ubuntu20.04')
-rw-r--r--.cirrus/Dockerfile.ubuntu20.042
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04
index 0cb94fcf..74371214 100644
--- a/.cirrus/Dockerfile.ubuntu20.04
+++ b/.cirrus/Dockerfile.ubuntu20.04
@@ -57,7 +57,7 @@ RUN set -e -x ;\
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ;\
mkdir -p /usr/local/src ;\
cd /usr/local/src ;\
- git clone --recursive https://github.com/daveshah1/prjoxide.git ;\
+ git clone --recursive https://github.com/gatecat/prjoxide.git ;\
cd prjoxide ;\
git reset --hard a73e1629f2ec6618e492047577912d8d50115708 ;\
cd libprjoxide ;\