diff options
author | fanquake <fanquake@gmail.com> | 2022-01-13 19:31:32 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-01-20 13:20:04 +0800 |
commit | e8a6c888e46ec6afd408feac92cd81e2be6af490 (patch) | |
tree | 9596016e3267828f68138d250798f46af8740748 | |
parent | 63fc2f5cce6a73bf845e6f1b51f786c4f860e65f (diff) |
build: point to latest commit on the master branch
The version-1.4.0 branch no-longer exists, and will be branched off
master again shortly.
-rwxr-xr-x | contrib/guix/guix-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index 98381f3e24..3e2542a418 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -239,7 +239,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --f time-machine() { # shellcheck disable=SC2086 guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \ - --commit=6ba510d76d6847065be725e958718002f3b13c7a \ + --commit=1ef7a03a148cf5f83ab1820444f6bd50d8e732d1 \ --cores="$JOBS" \ --keep-failed \ --fallback \ |