Skip to content

Commit

Permalink
[Backport release-24.05] thunderbird*: 128.5.*esr -> 128.5.2esr (#364827
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
2 parents 173cbb1 + daa846e commit 6903830
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 269 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/browsers/firefox-bin/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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`";
Expand All @@ -88,7 +89,7 @@ writeScript "update-${pname}" ''
done
done
cat >> $tmpfile <<EOF
];
];
}
EOF
Expand Down
Loading

0 comments on commit 6903830

Please sign in to comment.