aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-07-16 08:57:25 +0100
committerfanquake <fanquake@gmail.com>2024-07-26 09:31:16 +0100
commit6ee000e56f7ceba82791bc9f6fca59328a2eb0ad (patch)
tree6758523777d1d7fc1042fdd4ac991786bf9276d6 /contrib/guix
parentcbeb2c20e1f8076a9789436816ccb72b59a471c3 (diff)
guix: bump time-machine to efc26826400762207cde9f23802cfe75a737963c
Needed for 30210. This doesn't switch runtimes, because upstream is still configured to use the old runtime. See: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=17188be0f723e00377b21b767f5447d7938a116e. git-mimimal 2.45.1 -> 2.45.2 Kernel Headers 6.1.92 -> 6.1.100 LLVM 18.1.6 -> 18.1.8 mingw-w64 11.0.1 -> 12.0.0 NSIS 3.09 -> 3.10 patch 2.7.6 -> 2.7.6-0.f144b35
Diffstat (limited to 'contrib/guix')
-rw-r--r--contrib/guix/libexec/prelude.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash
index 80bfb2875f..5bc828625e 100644
--- a/contrib/guix/libexec/prelude.bash
+++ b/contrib/guix/libexec/prelude.bash
@@ -51,7 +51,7 @@ fi
time-machine() {
# shellcheck disable=SC2086
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
- --commit=f0bb724211872cd6158fce6162e0b8c73efed126 \
+ --commit=efc26826400762207cde9f23802cfe75a737963c \
--cores="$JOBS" \
--keep-failed \
--fallback \