diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2022-10-18 18:12:00 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2022-10-21 09:50:19 +0200 |
commit | 682283445e2cc815cf2786da83314fa8b8350511 (patch) | |
tree | 40499d865c30ce6238b8629cf293694a5eed0cd4 /contrib/guix | |
parent | 5974c49f90eaece7b8ead7b98975a73e69ce4719 (diff) |
guix: bump recommended hash for manual installation
Tracks time-machine bump in 298389e3b51edf561a2b636df0948a232167693a.
Diffstat (limited to 'contrib/guix')
-rw-r--r-- | contrib/guix/INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index a9a41ddff6..5c239721b7 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -384,8 +384,9 @@ cd guix ``` You will likely want to build the latest release, however, if the latest release -when you're reading this is still 1.2.0 then you may want to use 95aca29 instead -to avoid a problem in the GnuTLS test suite. +when you're reading this is still 1.3.0 then you may want to use 998eda30 instead +to avoid the issues described in [#25099]( +https://github.com/bitcoin/bitcoin/pull/25099). ``` git branch -a -l 'origin/version-*' # check for the latest release |