hare: upgrade version so we don't need to patch as much

This commit is contained in:
Colin 2023-05-23 19:08:29 +00:00
parent 68763ade1f
commit da5e3e6742
2 changed files with 5 additions and 4 deletions

View File

@ -131,9 +131,10 @@ in [
}) })
(fetchpatch' { (fetchpatch' {
# hare: hack in aarch64 support # hare: unstable-2023-03-15 -> unstable-2023-04-23
saneCommit = "c147f81f374706aa286ac153668bbed8a44b1ad1"; # TODO: remove aarch64 block & then ship upstream
hash = "sha256-X9l4Gabr8iIcnoVGyePOHid5NCk5mp2USDrmn5dwGLQ="; saneCommit = "ef2a506dac3258c51733c1f09889b85ad356d0dd";
hash = "sha256-cYwen/8F0tK+g5rSuffDjNCOIIPbgzjDSaNyjtNW9ts=";
}) })
# for raspberry pi: allow building u-boot for rpi 4{,00} # for raspberry pi: allow building u-boot for rpi 4{,00}

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
export HARECACHE=$(mktemp -d) export HARECACHE=$(mktemp -d)
# FIX "ar: invalid option -- '/'" bug in older versions of hare. # FIX "ar: invalid option -- '/'" bug in older versions of hare.
# should be safe to remove once updated past 2023/05/22-ish. # should be safe to remove once updated past 2023/05/22-ish.
export ARFLAGS="-csr" # export ARFLAGS="-csr"
''; '';
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ]; installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];