We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaadab0 commit 4eacc37Copy full SHA for 4eacc37
1 file changed
pkgs/applications/networking/browsers/firefox-bin/update.nix
@@ -53,7 +53,7 @@ in writeScript "update-${name}" ''
53
54
# this is a list of sha256 and tarballs for both arches
55
# 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'/`
+ shasums=`cat $HOME/shasums | sed -E s/"b'([a-f0-9]{64})'?(.*)"/'\1\2'/ | grep tar.bz2`
57
58
cat > $tmpfile <<EOF
59
{
0 commit comments