From 4eacc3784f072877209d9d3fd786b37a4f8fed97 Mon Sep 17 00:00:00 2001 From: taku0 Date: Sun, 25 Oct 2020 13:45:44 +0900 Subject: firefox-bin: fix update.nix freezing https://github.com/NixOS/nixpkgs/pull/98338#issuecomment-716070078 --- pkgs/applications/networking/browsers/firefox-bin/update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox-bin/update.nix b/pkgs/applications/networking/browsers/firefox-bin/update.nix index 03815a703321..cb916a63e011 100644 --- a/pkgs/applications/networking/browsers/firefox-bin/update.nix +++ b/pkgs/applications/networking/browsers/firefox-bin/update.nix @@ -53,7 +53,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 <