diff options
author | Carl Dong <contact@carldong.me> | 2020-03-24 15:40:33 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-04-02 17:20:01 -0400 |
commit | 360a9e0ad50a36ec79a1a160dbed3966689fd41c (patch) | |
tree | 23146eefe691cbad604b363c2c28bc7eda0583b2 /contrib/guix | |
parent | 93e41b7e3b54c17fd1b4c61ee95fc0dc2827e954 (diff) |
guix: Bump time-machine for mingw-w64 patches
This bump will includes a couple of commits which improve the
reproducibility of the mingw-w64 toolchain. Most of which came from
debian. They will be upstreamed as upstream Guix release timeline
allows.
Diffstat (limited to 'contrib/guix')
-rwxr-xr-x | contrib/guix/guix-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build.sh b/contrib/guix/guix-build.sh index 5e794e8063..1a6fe66151 100755 --- a/contrib/guix/guix-build.sh +++ b/contrib/guix/guix-build.sh @@ -17,7 +17,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}" # across time. time-machine() { guix time-machine --url=https://github.com/dongcarl/guix.git \ - --commit=b3a7c72c8b2425f8ddb0fc6e3b1caeed40f86dee \ + --commit=cf347affd642c709f7e423f7111794ffdb09f5a6 \ -- "$@" } |