mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
firefox-bin, thunderbird-bin: tweak updater's formatting
This tiny change should make the result nixfmt-conformant.
This commit is contained in:
parent
f29b68ce6a
commit
3067835b64
@ -79,7 +79,8 @@ writeScript "update-${pname}" ''
|
||||
tr " " ":"`; do
|
||||
# create an entry for every locale
|
||||
cat >> $tmpfile <<EOF
|
||||
{ url = "$url$version/`echo $line | cut -d":" -f3`";
|
||||
{
|
||||
url = "$url$version/`echo $line | cut -d":" -f3`";
|
||||
locale = "`echo $line | cut -d":" -f3 | sed "s/$arch\///" | sed "s/\/.*//"`";
|
||||
arch = "$arch";
|
||||
sha256 = "`echo $line | cut -d":" -f1`";
|
||||
|
@ -793,5 +793,5 @@
|
||||
arch = "linux-i686";
|
||||
sha256 = "f3ba1f101bc1cc33fbca683c2d3999e5ee24790a8492f08fd7cfeaea9d451ae5";
|
||||
}
|
||||
];
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user