Skip to content

Commit 4eacc37

Browse files
committed
firefox-bin: fix update.nix freezing
NixOS#98338 (comment)
1 parent eaadab0 commit 4eacc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/applications/networking/browsers/firefox-bin

pkgs/applications/networking/browsers/firefox-bin/update.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in writeScript "update-${name}" ''
5353
5454
# this is a list of sha256 and tarballs for both arches
5555
# Upstream files contains python repr strings like b'somehash', hence the sed dance
56-
shasums=`cat $HOME/shasums | sed -E s/"b'([a-f0-9]{64})'?(.*)"/'\1\2'/`
56+
shasums=`cat $HOME/shasums | sed -E s/"b'([a-f0-9]{64})'?(.*)"/'\1\2'/ | grep tar.bz2`
5757
5858
cat > $tmpfile <<EOF
5959
{

0 commit comments

Comments
 (0)