Fix hash of windows hwi
This commit is contained in:
parent
d14484851e
commit
c7ea938bbb
@ -8,7 +8,7 @@ RUN apt-get install -y --no-install-recommends imagemagick
|
||||
RUN apt-get install -y --no-install-recommends nsis unzip wine xxd osslsigncode openssl
|
||||
RUN wget -qO "/tmp/hwi.zip" https://github.com/bitcoin-core/HWI/releases/download/2.0.1/hwi-2.0.1-windows-amd64.zip && \
|
||||
unzip "/tmp/hwi.zip" -d "/tmp" && \
|
||||
echo "b8b21499592a311cfaa18676280807d6bf674d72cef21409ed265069f6582c1b /tmp/hwi.exe" | sha256sum -c - && \
|
||||
echo "2cfdd6ae51e345f8c70214d626430c8d236336688a87f7d85fc6f3d6a8392da8 /tmp/hwi.exe" | sha256sum -c - && \
|
||||
rm "/tmp/hwi.zip" && \
|
||||
# Need to setup with rcedit because https://github.com/dotnet/sdk/issues/3943
|
||||
# I prebuild the binaries with VS 2019 on commit b807b34a644c86c0b0d89c7f073967e79202731a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user