Merge pull request #101624 from taku0/fix_update_nix_for_82

firefox-bin: fix update.nix freezing
This commit is contained in:
Jörg Thalheim 2020-10-25 07:31:49 +01:00 committed by GitHub
commit c8bccb080b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ in writeScript "update-${name}" ''
# this is a list of sha256 and tarballs for both arches
# Upstream files contains python repr strings like b'somehash', hence the sed dance
shasums=`cat $HOME/shasums | sed -E s/"b'([a-f0-9]{64})'?(.*)"/'\1\2'/`
shasums=`cat $HOME/shasums | sed -E s/"b'([a-f0-9]{64})'?(.*)"/'\1\2'/ | grep tar.bz2`
cat > $tmpfile <<EOF
{